react-bootstrap-shaking-react-form-field

1.1.0 • Public • Published

React-Bootstrap Shaking React Form Field

react-bootstrap field class for shaking-react-form.

tested with react-bootstrap v0.29.2

Installation

  • install react-bootstrap
  • npm install react-bootstrap-shaking-react-form-field --save

Demo

demo

Available Types

text, email, password, file

  • placeholder

textarea

  • placeholder
  • rows

group.checkbox

value is an array, where items are the keys of checked checkboxes

  • group - this is an object, where key is checkbox key, and value is checkbox label
  • vertical

group.radio

value is the key of selected radio

  • group - this is an object, where key is radio key, and value is radio label
  • vertical

group.select

if it is multiple, value is an array of keys of selected options, else value is the key of selected option

  • group - this is an object, where key is option key, and value is option text
  • multiple

/react-bootstrap-shaking-react-form-field/

    Package Sidebar

    Install

    npm i react-bootstrap-shaking-react-form-field

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Last publish

    Collaborators

    • zhaoyao91