デザインフレーム
12 構築済みのデザインシステム。各フレームがタイポグラフィ、色、余白、モーションのルールを定義します。
デザインフレーム 1
ID: biennale-yellow
デザインフレーム 2
ID: blockframe
デザインフレーム 3
ID: blue-professional
デザインフレーム 4
ID: bold-poster
デザインフレーム 5
ID: broadside
デザインフレーム 6
ID: capsule
デザインフレーム 7
ID: cartesian
デザインフレーム 8
ID: cobalt-grid
デザインフレーム 9
ID: coral
デザインフレーム 10
ID: creative-mode
デザインフレーム 11
ID: daisy-days
デザインフレーム 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" }
}
}
}