1.0.7 • Published 1 year ago

toggle-beautify v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Toggle-Beautify is a npm package for react toggle component

tg1

Intallation

npm install toggle-beautify

v1.0.7

usage

 import { ToggleBeauty } from "toggle-beautify";
import "toggle-beautify/dist/output.css";

tg2

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