react creme
0.26.0-beta
React現代UI工具包
探索組件
?高質量的反應組件。
?用打字稿編寫的強大組件。
♿可訪問的UI組件。
? 45+ UI組件。
可自定義的組件。
?可主題的組件。
最小的第三方依賴性。
?在〜55kb縮小和GZPIDEND時, react-creme是一個輕巧的組件庫。
使用NPM或紗線安裝軟件包
yarn add react-creme
or
npm install react-creme
import { Button } from " react-creme " ;
const App = () = > {
return (
< div >
< Button > Welcome to react-creme < /Button >
< /div >
) ;
} ;
export default App ; | 鉻合金 | Firefox | Microsoft Edge | 歌劇 | 野生動物園 |
有關更徹底的示例和API詳細信息,請訪問主站點
建造一切
pnpm build建造圖書館
pnpm build:lib構建和運行文檔
pnpm build:doc
cd ./packages/documentation/expo_dist && npx serve .運行單元測試
pnpm test 歡迎貢獻,想法和公關!請閱讀指南以獲取更多詳細信息。
git checkout -b new-feature )git commit -am 'Add feature' )git push origin new-feature )