Skip to content

v0.0.15 Dev Configurable Button Labels

Compare
Choose a tag to compare
@MoizAhmedd MoizAhmedd released this 13 Jan 19:40
· 15 commits to main since this release
d6f6075

Includes ability for developers to configure button labels

Example Usage

              <ShareVehiclesWithDimo
                mode="popup"
                onSuccess={(authData: any) => console.log("Success:", authData)}
                onError={(error: any) => console.error("Error:", error)}
                authenticatedLabel="Extend Permissions"
                unAuthenticatedLabel="Sign in to Share Permissions"
              />