1.9.0 • Published 2 years ago

@s-ui/react-molecule-button-group-field v1.9.0

Weekly downloads
784
License
MIT
Repository
-
Last release
2 years ago

MoleculeButtonGroupField

MoleculeButtonGroupField is the combination of and MoleculeButtonGroup and a MoleculeField

Installation

$ npm install @s-ui/react-molecule-button-group-field
import MoleculeButtonGroupField from '@s-ui/react-molecule-button-group-field'

Basic (with Information help text)

  <MoleculeButtonGroupField
    id="info-help-text"
    label="Your text here"
    helpText="Tu descripción en Latin"
  />

Success Message

  <MoleculeButtonGroupField
    id="success-help-text"
    label="Your text here"
    successText="Everything ok!"
  />

Error Message

  <MoleculeButtonGroupField
    id="error-help-text"
    label="Your text here"
    errorText="All wrong!"
  />

Alert Message

  <MoleculeButtonGroupField
    id="alert-help-text"
    label="Your text here"
    alertText="Something meh..."
  />

Find full description and more examples in the demo page.

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago