JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q34417F
  • License ISC

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

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