Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
tesseract-design
/
viewfinder
Observar
1
Favorito
0
Fork
0
Código
Issues
2
Pull requests
0
Versões
0
Wiki
Atividade
Layout scaffolding for Web apps.
design
react
design-system
layout
template
scaffolding
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
25
Commits
2
Branches
115 MiB
Tag:
8bed120034
master
refactor/nx-goober
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 8bed120034
${ noResults }
viewfinder
/
packages
/
kitchen-sink
/
react-next
/
.eslintrc.json
.eslintrc.json
101 B
Original
Visão normal
Histórico
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.
2 anos atrás
Refactor to tailwind Switch to Tailwind for improved DX.
1 ano atrás
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.
2 anos atrás
1
2
3
4
5
6
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-html-link-for-pages": "off"
}
}