https://github.com/shoaibkhan94/reactstrap-formik
Reactstrap Form Components for Formik
https://github.com/shoaibkhan94/reactstrap-formik
formik react reactjs reactstrap
Last synced: 7 months ago
JSON representation
Reactstrap Form Components for Formik
- Host: GitHub
- URL: https://github.com/shoaibkhan94/reactstrap-formik
- Owner: shoaibkhan94
- License: mit
- Created: 2018-09-20T08:56:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T00:22:35.000Z (about 3 years ago)
- Last Synced: 2025-01-31T22:51:16.351Z (over 1 year ago)
- Topics: formik, react, reactjs, reactstrap
- Language: JavaScript
- Homepage: https://shoaibkhan94.github.io/reactstrap-formik/
- Size: 658 KB
- Stars: 31
- Watchers: 2
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bindings for using [Formik](https://github.com/jaredpalmer/formik) with [Reactstrap](https://reactstrap.github.io/).
## Getting Started
npm install reactstrap-formik
## Usage Examples
* Text Input [Example](https://codesandbox.io/s/xl6mx6w8z4)
* Select Input [Example](https://codesandbox.io/s/6l3oo28kq3)
* Radio Input [Example](https://codesandbox.io/s/0vm7yo754w)
## Development
npm install
npm run storybook
[Demo](https://shoaibkhan94.github.io/reactstrap-formik)