vitalk / classy-radio

A classy radio control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classy radio

A classy radio.

Installation

The recommended installation method is a bower.

bower install --save classy-radio

Usage

@import 'classy-radio/radio';
@import 'classy-radio/radio_theme_classy';
<label class="radio radio_checked radio_theme_classy">
  <input class="radio__input" type="radio">
  <span class="radio__box"></span>
</label>

License

Licensed under the MIT license.

About

A classy radio control


Languages

Language:CSS 100.0%