tsdev-toggle-switch

ReactJS component

Usage no npm install needed!

<script type="module">
  import tsdevToggleSwitch from 'https://cdn.skypack.dev/tsdev-toggle-switch';
</script>

README

tsdev-toggle-switch

v1.0.x

Installation

npm install --save tsdev-toggle-switch

CSS

add index.css from dist folder to your project

import './../node_modules/tsdev-toggle-switch/dist/index.css';

Import & Usage

import {
    ToggleSwitch
} from 'tsdev-toggle-switch';

...

<ToggleSwitch />

Storybook

http://www.schlender-entwicklung.com/storybook/tsdev-toggle-switch

Important

You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.