S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
tesseract-design
/
viewfinder
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
2
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Layout scaffolding for Web apps.
design
react
design-system
layout
template
scaffolding
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
25
Revize
2
Větve
115 MiB
Strom:
8bed120034
master
refactor/nx-goober
Větve
Značky
${ item.name }
Vytvořit větev
${ searchTerm }
z „8bed120034“
${ noResults }
viewfinder
/
packages
/
kitchen-sink
/
react-next
/
.eslintrc.json
.eslintrc.json
101 B
Surový
Normální zobrazení
Historie
Major refactor Use css-utils, which is powered by Goober, for separating HTML semantics and styling, as compared from styled-components where semantics and styling are defined together.
před 2 roky
Refactor to tailwind Switch to Tailwind for improved DX.
před 1 rokem
Major refactor Use css-utils, which is powered by Goober, for separating HTML semantics and styling, as compared from styled-components where semantics and styling are defined together.
před 2 roky
1
2
3
4
5
6
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-html-link-for-pages": "off"
}
}