some
content
content
some
content
content
some
content
content
some
content
content
some
content
content
some
content
content
a short paragraph
Description | Property name | Possible values | Default value |
---|---|---|---|
TODO | |||
If nothing provided (ex: dialog()) |
Description | Class | Values | Available States |
---|---|---|---|
Color name |
.white, .light, .dark, .default, .grey, .black, .transparent, .link, .primary, .secondary, .info, .success, .warning, .danger, .plan, .zone, .surface, .procedure, .tache, .black-[x] |
[0, 10, 20 ... 80, 90, 100] |
:h, :f, :fw, :c, :uc, :h-sibling, :h-peer, :h-parent, :f-sibling, :f-peer, :f-parent, :c-sibling, :uc-sibling, :c-peer, :uc-peer |
Background | .bg-[x] | [white, light ... primary, danger] | Same as above |
Border / outline | .b-[x] | [white, light ... primary, danger] | Same as above |
Text | .text-[x] | [white, light ... primary, danger] | Same as above |
Opacity | .bg-o-[x], .b-o-[x], .text-[x] | [0, 5, 10 ... 90, 95, 100] | :h, :f |
Lightness | .darker, .lighter, .[x]-darker, .[x]-lighter | [bg, b, text] | :h, :f |
Description | Class | Values | Available States |
---|---|---|---|
Row using FLEX (childs without "col/col-x": content width) | .row-flex | ||
Col with equal width | .col |
-xs, -sm, -md, -lg, -xl, :xs, :sm, :md, :lg, :xl |
|
Col that take the full width | .col-full |
-xs, -sm, -md, -lg, -xl, :xs, :sm, :md, :lg, :xl |
|
Col with automatic/proportional width (content based) | .col-a |
-xs, -sm, -md, -lg, -xl, :xs, :sm, :md, :lg, :xl |
Description | Class | Values | Available States |
---|---|---|---|
Row using GRID (childs without "col/col-x": full width) | .row | ||
Row with specific total number of cols (need .row to work) | .cols-[x] | [1, 2, 3 ... 18, 19, 20] | |
Col with equal width | .col |
-xs, -sm, -md, -lg, -xl, :xs, :sm, :md, :lg, :xl |
|
Col with specified width | .col-[x] | [1, 2, 3 ... 18, 19, 20] |
-xs, -sm, -md, -lg, -xl, :xs, :sm, :md, :lg, :xl |
Description | Class | Values | Available States |
---|---|---|---|
TODO |
Table Heading 1 | Table Heading 2 | Table Heading 3 a bit longer | Table Heading 4 | Table Heading 5 a lot longer than others |
---|---|---|---|---|
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Cell 1 | Table Cell 2 | Table Cell 3 | Table Cell 4 | Table Cell 5 |
Table Footer 1 | Table Footer 2 | Table Footer 3 | Table Footer 4 | Table Footer 5 |
Said no one, ever
Said no one, ever
Said no one, ever
Said no one, ever
Said no one, ever
/* CSS */
kbd {
border-radius: 3px;
--bg-color: var(--hsl-black);
background-color: color-mix(in srgb, color-mix(in srgb, color-mix(in srgb, var(--bg-color), var(--bg-lightness-add)), var(--lightness-hover)) var(--bg-opacity), transparent);
@supports (color: hsl(from white h s l)) { background-color: hsl(from var(--bg-color) h s calc(l + var(--bg-lightness-add) + var(--lightness-hover)) / var(--bg-opacity)); }
--text-color: var(--hsl-white);
color: color-mix(in srgb, var(--text-color) var(--text-opacity), transparent);
padding-left: 6px; padding-right: 6px;
padding-top: 2px; padding-bottom: 2px;
}
// JS
for (var i = 0; i<=10; i++) {
// say hello
echo("hello");
}