toggle-beautify
v1.0.7
Published
![tg1](https://github.com/user-attachments/assets/51887603-0a75-4ced-ac85-ea3b7a84c717)
Downloads
28
Maintainers
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