Socket
Socket
Sign inDemoInstall

formik-stepper

Package Overview
Dependencies
86
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    formik-stepper

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


Version published
Weekly downloads
223
decreased by-13.57%
Maintainers
1
Install size
11.5 MB
Created
Weekly downloads
 

Readme

Source

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

PropertiesTypeDefault valueDescription
Formik ...Props...........Click to learn more
withStepperLineBooleanfalsedefault and If it is false, it hides stepper line
nextButtonObject....Click to learn more
prevButtonObject....Click to learn more
submitButtonObject......Click to learn more

FormikStep Props

PropertiesTypeDefault valueDescription
labelString....The text label of Step
iconJSX ElementStep Numberto add icon into the circle must add icon as React Component
styleCSS Properties....Click to learn more

Button Props

PropertiesTypeDefault valueDescription
labelString.....The text label of the Button
styleCSS Properties....Click to learn more

InputField Props

PropertiesTypeDefault valueDescription
typeStringtextClick to learn more
labelString....The text label of Input Field
placeholderStringValue of labelThe text placeholder of Input Field
floatingBooleanfalsefloating Input Style
componentJSX ElementnullTo Create your costme Input Component

Keywords

FAQs

Last updated on 10 Apr 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc