react-bootstrap-formik
v1.7.2
Published
[![npm version](https://badge.fury.io/js/react-bootstrap-formik.svg)](https://badge.fury.io/js/react-bootstrap-formik) ![CI](https://github.com/tgfischer/react-bootstrap-formik/workflows/CI/badge.svg?branch=master)
Downloads
425
Readme
React Bootstrap Formik
Demo and Documentation
Motivation
Formik is a popular library for building forms, and is built so that you can use it with any frontend framework. react-bootstrap-formik
manages the form components from react-bootstrap
with formik
.
Installation
NPM
npm install --save react-bootstrap-formik formik bootstrap react-bootstrap yup
Yarn
yarn add react-bootstrap-formik formik bootstrap react-bootstrap yup
Supported Components
<Input />
<Textarea />
<Select />
<Checkbox />
<Radio />
<Range />