Skip to Content
🎉 Coral x Panda has been released 🎉 Read the Migration Guide

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

NameTypeDefault
labelstring
Last updated on