@hixme-ui/radio-button

hixme-ui Radio Button component

Usage no npm install needed!

<script type="module">
  import hixmeUiRadioButton from 'https://cdn.skypack.dev/@hixme-ui/radio-button';
</script>

README

Radio Button

npm i --save @hixme-ui/radio-button

View it live

Usage

import RadioButton from '@hixme-ui/radio-button'

<RadioButton name='gender' text='Male' />
<RadioButton name='gender' text='Female' />

Props

Name Type Default
name (required) string N/A
text string N/A