@logo-rn/logo-radio-button
v0.2.2
Published
<LogoRadioButton/> allows user to select the item or turn an option on or off.
Downloads
7
Readme
@logo-rn/logo-radio-button
allows user to select the item or turn an option on or off.
Installation
Install the component:
npm i @logo-rn/logo-radio-button -s
Usage
Once installed, import the component in your application:
import {LogoRadioButton} from '@logo-rn/logo-radio-button';
<LogoRadioButton checked={false} label="Label"/>