This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
viewfinder
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Layout scaffolding for Web apps.
design
react
design-system
layout
template
scaffolding
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.
25
Commits
2
Branches
115 MiB
Tree:
8bed120034
master
refactor/nx-goober
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8bed120034'
${ noResults }
viewfinder
/
packages
/
kitchen-sink
/
react-next
/
.eslintrc.json
.eslintrc.json
101 B
Raw
Normal View
History
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 years ago
Refactor to tailwind Switch to Tailwind for improved DX.
1 year ago
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 years ago
1
2
3
4
5
6
{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-html-link-for-pages": "off"
}
}