form

v1.0.0arrow_drop_down
v1.0.0
STATUS
Passing
DOWNLOADS
1,829
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
7 KB
The Form `ref` will be forwarded to the underlying element, which means, unless it's rendered `as` a composite component, it will be a DOM node, when resolved.
1 contributor
Install form as a package?
Copied
npm i @bit/react-bootstrap.react-bootstrap.form
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right

The Form ref will be forwarded to the underlying element, which means, unless it’s rendered as a composite component, it will be a DOM node, when resolved.

Display the series of labels, form controls, and buttons on a single horizontal row

Mark a form as having been validated. Setting it to true will toggle any validation styles on the forms elements.

Help and resources