このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
react-common
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
1
Wiki
アクティビティ
Common front-end components for Web using the Tesseract design system, written for React.
https://make.modal.sh/tesseract/web/react/common
react
components
web
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1
コミット
3
ブランチ
3.2 MiB
ツリー:
969b03a890
master
refactor/docs
refactor/pridepack-storybook
0.3.0
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'969b03a890' から
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
utilities.ts
90 B
Raw
通常表示
履歴
Initial commit Migrate from GitHub, rewrite common components to TypeScript (main and test files). Also replaced Storybook to Docz.
4年前
1
2
3
export type Size = 'small' | 'medium' | 'large'
export type SizeMap<T> = Record<Size, T>