essence-switch

1.0.10 • Public • Published

Essence Switch - Switch component

Options:

  • type: switches, radio, checkbox (default)
  • text: string for checkbox label
  • beforeText: string for switches position on left side
  • afterText: string for switches position on right side
  • onChange: callback function on Switch value change

NOTE: all props will be transferred from Switch to component input

How to use

import Switch from 'essence-switch';
 
<Switch type={'checkbox'} text={'Default checkbox'} name={'switch-uncheckbox'} />
<Switch type={'radio'} text={'1st option'} name={'switch-radio'} />
<Switch type={'radio'} text={'2nd option'} name={'switch-radio'} />
<Switch type={'switches'} afterText={'ON'} beforeText={'OFF'} name={'switch-switches'} />

Package Sidebar

Install

npm i essence-switch

Weekly Downloads

2

Version

1.0.10

License

MIT

Last publish

Collaborators

  • blogtools
  • essence_md
  • pearlventures