ResetPasswordInput
ResetPasswordInput is a sub-component of the ResetPassword organism.
Basic Usage
import { ResetPassword, ResetPasswordInput } from '@krakentech/coral-organisms';
<ResetPassword>
<Formik initialValues={{}} onSubmit={() => {}}>
<Form method="post">
<ResetPasswordInput label="Email address" />
</Form>
</Formik>
</ResetPassword>;Full API
| Name | Type | Default |
|---|---|---|
label | string |
Last updated on