ResetPasswordAction
ResetPasswordAction is a sub-component of the ResetPassword organism.
Basic Usage
import { ResetPassword, ResetPasswordAction } from '@krakentech/coral-organisms';
<ResetPassword>
<ResetPasswordAction
title="Remembered your password?"
link={{
label: 'Sign in to my Octopus Energy account',
href: 'https://octopus.energy/login',
}}
/>
</ResetPassword>Remembered your password?
Sign in to my Octopus Energy accountFull API
| Name | Type | Default |
|---|---|---|
title | stringThe title for the action. | |
link | FormActionLinkPropsThe action link. |
Last updated on