Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
tesseract-design
/
react-common
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
1
Wiki
Attività
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
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
8
Commit
3
Rami (Branch)
3.2 MiB
Albero (Tree):
453e54ff08
master
refactor/docs
refactor/pridepack-storybook
0.3.0
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '453e54ff08'
${ noResults }
react-common
/
lib
/
services
/
utilities.ts
utilities.ts
90 B
Originale
Vista normale
Cronologia
Initial commit Migrate from GitHub, rewrite common components to TypeScript (main and test files). Also replaced Storybook to Docz.
4 anni fa
1
2
3
export type Size = 'small' | 'medium' | 'large'
export type SizeMap<T> = Record<Size, T>