Този сайт работи по-добре с 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.
1
Commit
3
Клонове
3.2 MiB
ИН на ревизия:
969b03a890
master
refactor/docs
refactor/pridepack-storybook
0.3.0
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от '969b03a890'
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
utilities.ts
90 B
Директен файл
Normal View
История
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>