2.2.5 • Published 7 months ago

formik-stepper v2.2.5

Weekly downloads
5
License
MIT
Repository
github
Last release
7 months ago

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

Import the necessary styles:

import "formik-stepper/dist/style.css";

FormikStepper Props

PropertyTypeDefault ValueDescription
Formik ...PropsVariousN/AFormik Props
withStepperLineBooleanfalseShow or hide the stepper line
nextButtonObjectN/AButton Props
prevButtonObjectN/AButton Props
submitButtonObjectN/AButton Props

FormikStep Props

PropertyTypeDefault ValueDescription
labelStringN/AThe text label of the step
iconJSX ElementStep NumberIcon to display in the step circle
styleCSS PropertiesN/ACSS Properties

Button Props

PropertyTypeDefault ValueDescription
labelStringN/AThe text label of the button
styleCSS PropertiesN/ACSS Properties

InputField Props

PropertyTypeDefault ValueDescription
typeStringtextInput Types
labelStringN/AThe text label of the input field
placeholderStringValue of labelThe text placeholder of the input field
floatingBooleanfalseEnable floating input style
componentJSX ElementnullCustom input component
2.2.3

7 months ago

2.2.2

7 months ago

2.2.5

7 months ago

2.2.4

7 months ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.0.4

3 years ago

2.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

0.0.1

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago