Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 906 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 906 Bytes

React Bootstrap Formik

npm version CI

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 />