tgfischer / react-bootstrap-formik

A React library for creating forms with Bootstrap
MIT License
10 stars 2 forks source link

React Bootstrap Formik

npm version CI

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