Designframes
12 vooraf gebouwde designsystemen. Elk frame bepaalt typografie, kleur, ruimte en bewegingsregels.
Designframes 1
ID: biennale-yellow
Designframes 2
ID: blockframe
Designframes 3
ID: blue-professional
Designframes 4
ID: bold-poster
Designframes 5
ID: broadside
Designframes 6
ID: capsule
Designframes 7
ID: cartesian
Designframes 8
ID: cobalt-grid
Designframes 9
ID: coral
Designframes 10
ID: creative-mode
Designframes 11
ID: daisy-days
Designframes 12
ID: editorial-forest
json
// Frame example: Bold Poster
{
"frame": "bold-poster",
"tokens": {
"color": {
"background": "{{palette.background}}",
"foreground": "{{palette.foreground}}",
"accent": "{{palette.accent}}",
"muted": "{{palette.muted}}"
},
"typography": {
"display": { "fontFamily": "Inter", "fontWeight": 800, "fontSize": "8vmin" },
"heading": { "fontFamily": "Inter", "fontWeight": 700, "fontSize": "5vmin" },
"body": { "fontFamily": "Inter", "fontWeight": 400, "fontSize": "2.8vmin" }
}
}
}