首頁  >  文章  >  web前端  >  npm 切換美化 |我的第一個 npm 包

npm 切換美化 |我的第一個 npm 包

DDD
DDD原創
2024-09-13 06:34:321072瀏覽

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