@logo-elements/radio-group
v23.0.0
Published
A web component that allows the user to choose one item from a group of choices.
Downloads
62
Readme
@logo-elements/radio-group
A web component that allows the user to choose one item from a group of choices.
<logo-elements-radio-group label="Travel class">
<logo-elements-radio-button value="economy" label="Economy"></logo-elements-radio-button>
<logo-elements-radio-button value="business" label="Business"></logo-elements-radio-button>
<logo-elements-radio-button value="firstClass" label="First Class"></logo-elements-radio-button>
</logo-elements-radio-group>
Installation
Install the component:
npm i @logo-elements/radio-group -s
Once installed, import the component in your application:
import '@logo-elements/radio-group';