preact-material-components
Version:
preact wrapper for "Material Components for the web"
18 lines • 418 B
Plain Text
<div>
<Formfield>
<Radio
disabled={true}
id="radio-1"
name="Disabled Options"
/>
<label for="radio-1">Disabled</label>
</Formfield>
<Formfield>
<Radio id="radio-2" name="Disabled Options" />
<label for="radio-2">Radio 2</label>
</Formfield>
<Formfield>
<Radio id="radio-3" name="Disabled Options" />
<label for="radio-3">Radio 3</label>
</Formfield>
</div>