An open API service indexing awesome lists of open source software.

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

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)