2.0.0 • Published 6 years ago

ractive-ez-switch v2.0.0

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

Ractive Ez Switch

Switch component for ractive.js

Install

npm i ractive-ez-switch
import 'ractive-ez-switch';
import 'ractive-ez-switch/themes/blue.less';

Requires less-loader.

Usage

<EzSwitch value="{{ value }}" />
<EzSwitch disabled />
  • value: Boolean switch value
  • disabled: If true, the switch is disabled
2.0.0

6 years ago

0.9.2

7 years ago

0.9.1

7 years ago