首页 >web前端 >js教程 >npm 切换美化 |我的第一个 npm 包

npm 切换美化 |我的第一个 npm 包

DDD
DDD原创
2024-09-13 06:34:321126浏览

Toggle implementation made way more easier?

Toggle-Beautify is a npm package for react toggle component

npm toggle-beautify | my first npm package

Intallation

npm install toggle-beautify

v1.0.7

usage

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

npm toggle-beautify | my first npm package

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

以上是npm 切换美化 |我的第一个 npm 包的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn