This website works better with JavaScript.
首頁
探索
說明
登入
tesseract-design
/
react-common
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23
Commit
3
分支
3.2 MiB
TypeScript
90.9%
CSS
4.8%
JavaScript
2.7%
HTML
1.6%
目錄樹:
0dc8d65446
master
refactor/docs
refactor/pridepack-storybook
0.3.0
分支列表
標籤列表
${ item.name }
Create branch
${ searchTerm }
from '0dc8d65446'
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
4 line
90 B
原始文件
Blame
文件歷史
export type Size = 'small' | 'medium' | 'large'
export type SizeMap<T> = Record<Size, T>