v0.0.15 Dev Configurable Button Labels
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"
/>