2.1.0 • Published 4 years ago

wired-radio v2.1.0

Weekly downloads
60
License
MIT
Repository
github
Last release
4 years ago

wired radio

wired-radio

Hand-drawn sketchy radio button web component. Usually used with wired-radio-group.

For demo and view the complete set of wired-elememts: wiredjs.com

Usage

Add wired-radio to your project:

npm i wired-radio

Import wired-radio definition into your HTML page:

<script type="module" src="wired-radio/lib/wired-radio.js"></script>

Or into your module script:

import { WiredRadio } from "wired-radio"

Use it in your web page:

<wired-radio>Radio One</wired-radio>
<wired-radio checked>Radio Two</wired-radio>
<wired-radio disabled>Disabled Radio</wired-radio>

Properties

checked - Checked state (boolean) of the radio button. Default is false.

disabled - disables the radio button. Default value is false.

text - Text associated with the radio button.

name - A name associated with the radio inside a radio-group.

Custom CSS Variables

--wired-radio-icon-color Color of the radio button. Default is currentColor.

Events

change - event fired when state of the radio changes, i.e. the user checks/unchecks the radio.

License

MIT License (c) Preet Shihn

2.1.0

4 years ago

2.0.2

4 years ago

2.0.0

5 years ago

2.0.0-alpha.6

5 years ago

2.0.0-alpha.1

5 years ago

2.0.0-alpha.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.9.0-1

5 years ago

0.9.0-0

5 years ago

0.8.0

6 years ago

0.8.0-0

6 years ago

0.7.0

6 years ago

0.6.5

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago