🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@s-ui/react-molecule-radio-button-field

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-molecule-radio-button-field

`MoleculeRadioButtonField` is the combination of and `AtomRadioButton` and a `MoleculeField`

1.15.0
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

MoleculeRadioButtonField

MoleculeRadioButtonField is the combination of and AtomRadioButton and a MoleculeField

Installation

$ npm install @s-ui/react-molecule-radio-button-field --save

Usage

import MoleculeRadioButtonField from '@s-ui/react-molecule-radio-button-field'

Basic (with Information help text)

<MoleculeRadioButtonField
  id="description-inline2"
  label="Description"
  helpText="Tu descripción en Latin"
/>

Success Message

 <MoleculeRadioButtonField
    id="description2"
    label="Description"
    value="In some place of La Mancha which name..."
    successText="Everything ok!"
  />

Error Message

 <MoleculeRadioButtonField
    id="notes"
    label="Notes"
    errorText="All wrong!"
    value="In some place of La Mancha which name..."
  />

Alert Message

 <MoleculeRadioButtonField
    id="notes"
    label="Notes"
    alertText="Something meh..."
    value="In some place of La Mancha which name..."
  />

Find full description and more examples in the demo page.

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts