react creme
0.26.0-beta
Reactの最新のUIツールキット
コンポーネントを探索します
?高品質の反応コンポーネント。
? TypeScriptで記述された堅牢なコンポーネント。
cassibleアクセス可能なUIコンポーネント。
? 45以上のUIコンポーネント。
カスタマイズ可能なコンポーネント。
?テーマのコンポーネント。
最小限のサードパーティの依存関係。
? 〜55kbの縮小とGziptで、 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 貢献、アイデア、PRは大歓迎です!詳細については、ガイドラインをお読みください。
git checkout -b new-feature )を作成しますgit commit -am 'Add feature' )git push origin new-feature )