Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
tesseract-design
/
react-common
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
1
Уики
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
Ревизии
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 }
от '0dc8d65446'
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
4 lines
90 B
Директен файл
Blame
История
export type Size = 'small' | 'medium' | 'large'
export type SizeMap<T> = Record<Size, T>