Package Exports
- toggle-beautify
- toggle-beautify/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (toggle-beautify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Toggle-Beautify is a npm package for react toggle component
Intallation
npm install toggle-beautify
v1.0.7
usage
import { ToggleBeauty } from "toggle-beautify";
import "toggle-beautify/dist/output.css";
Attributes
pass a boolean value isSelected
to it .so the component is toggled , and you can use this value for customize your project
example
<div>
<ToggleBeauty isSelected={isSelected} />
</div>
Liscence
MIT
Author : Albin Sabu