form-helper-text

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
35,248
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
24 KB
Demos: - [Text Fields](https://material-ui.com/components/text-fields/) API: - [FormHelperText API](https://material-ui.com/api/form-helper-text/)
2 contributors
Install form-helper-text as a package?
Copied
npm i @bit/mui-org.material-ui.form-helper-text
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
chevron_left
chevron_right
formHelperText ()
Properties
NameTypeDescription
children
node

The content of the component.

If ' ' is provided, the component reserves one line height for displaying a future message.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

disabled
bool

If true, the helper text should be displayed in a disabled state.

error
bool

If true, helper text should be displayed in an error state.

filled
bool

If true, the helper text should use filled classes key.

focused
bool

If true, the helper text should use focused classes key.

margin
'dense'

If dense, will adjust vertical spacing. This is normally obtained via context from FormControl.

required
bool

If true, the helper text should use required classes key.

variant
'standard' | 'outlined' | 'filled'

The variant to use.

Help and resources