文件名称:binder-ui:一种UI设计语言和React UI库
文件大小:608KB
文件格式:ZIP
更新时间:2024-02-25 00:14:46
react typescript ui styled-components storybook
活页夹 :package: 安装 npm i @binder/ui yarn add @binder/ui :hammer: 用法 import { ThemeProvider , theme , Button , ButtonType , SearchBar } from "@binder/ui" ; const App = ( ) => ( < ThemeProvider xss=removed> < SearchBar> < Button label = "Press me!" buttonType = { ButtonType . primary