radio

v0.0.11arrow_drop_down
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
STATUS
Processing
DOWNLOADS
63
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
22 KB
Author: ziven27 Date: 2020-07-21 Desc: Radio
1 contributor
Install radio as a package?
Copied
npm i @bit/webnovel.read-ui.radio
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right

Radio

Demo

import React from 'react';
import Radio from '@bit/webnovel.read-ui.radio';
import "@bit/webnovel.read-ui.style";

export default function () {
    return (
        <div>
            <Radio name="hello" />
            <Radio name="hello" defaultChecked />
            <Radio name="hello" disabled />
            <Radio name="hello" disabled defaultChecked />
        </div>
    )
}
Help and resources