ResetPasswordButton
ResetPasswordButton is a sub-component of the ResetPassword organism.
Basic Usage
import { ResetPassword, ResetPasswordButton } from '@krakentech/coral-organisms';
<ResetPassword>
<ResetPasswordButton
buttonText="Send email"
/>
</ResetPassword>Full API
| Name | Type | Default |
|---|---|---|
buttonText | string | |
buttonDisabled | boolean |
Last updated on