Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
tesseract-design
/
react-common
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
1
Wiki
Activiteit
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
Commits
3
Branches
3.2 MiB
Tree:
0dc8d65446
master
refactor/docs
refactor/pridepack-storybook
0.3.0
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '0dc8d65446'
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
utilities.ts
90 B
Ruw
Normale weergave
Geschiedenis
Initial commit Migrate from GitHub, rewrite common components to TypeScript (main and test files). Also replaced Storybook to Docz.
4 jaren geleden
1
2
3
export type Size = 'small' | 'medium' | 'large'
export type SizeMap<T> = Record<Size, T>