https://github.com/albinsabu2023/toggle-beautify
npm react component package
https://github.com/albinsabu2023/toggle-beautify
nodejs npm npm-package react
Last synced: 3 months ago
JSON representation
npm react component package
- Host: GitHub
- URL: https://github.com/albinsabu2023/toggle-beautify
- Owner: albinsabu2023
- License: mit
- Created: 2024-09-12T11:17:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:25:22.000Z (about 1 year ago)
- Last Synced: 2025-02-02T08:12:21.209Z (9 months ago)
- Topics: nodejs, npm, npm-package, react
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/toggle-beautify
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Toggle-Beautify is a npm package for react toggle component


### Intallation
```bash
npm install toggle-beautify
```
### v1.0.7## usage
```js
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
```html
```### Liscence
MIT
Author : Albin Sabu