formik-stepper
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

Introducing the Incredible React Formik Stepper Component!

Get ready to take your form-building game to the next level with this revolutionary React component. With its seamless integration with the powerful Formik library, you'll be building forms faster and more efficiently than ever before. But that's not all - our unique validationSchema functionality means that the component won't advance to the next step unless all entries are properly validated. It's like having a personal form-checker built right in!

And don't just take our word for it - check out the example below to see the full range of props and experience the magic of the React Formik Stepper Component for yourself.

Installation

Using npm:

npm install formik-stepper

Using yarn

yarn add formik-stepper

Style

/// You have to Import this line
import "formik-stepper/dist/style.css";

FormikStepper Props

Properties Type Default value Description
Formik ...Props ...... ..... Click to learn more
withStepperLine Boolean false default and If it is false, it hides stepper line
nextButton Object .... Click to learn more
prevButton Object .... Click to learn more
submitButton Object ...... Click to learn more

FormikStep Props

Properties Type Default value Description
label String .... The text label of Step
icon JSX Element Step Number to add icon into the circle must add icon as React Component
style CSS Properties .... Click to learn more

Button Props

Properties Type Default value Description
label String ..... The text label of the Button
style CSS Properties .... Click to learn more

InputField Props

Properties Type Default value Description
type String text Click to learn more
label String .... The text label of Input Field
placeholder String Value of label The text placeholder of Input Field
floating Boolean false floating Input Style
component JSX Element null To Create your costme Input Component

Package Sidebar

Install

npm i formik-stepper

Weekly Downloads

297

Version

2.2.1

License

MIT

Unpacked Size

157 kB

Total Files

46

Last publish

Collaborators

  • riyadelberkawy