Field

The Field component provides a reusable pattern for field in the interface.

Text

Note: Attributes can both be set as component parameters and in attribute list. Using attributes implemented in component parameters, will result in a warning. Attributes set will automatically appear wherever suitable (on html-input or component level).

Hey! Want some help with this?

Text (outside of card)

Hey! Want some help with this?

Range

Color

API

Parameter Default Type Description
string -
string -
text string -
false string|boolean -
false string|boolean -
false boolean -
on string -
string -
array|string -
md string -
md string -
string -
false boolean -
string -
false integer|boolean -
false boolean -
false boolean -
[] array -
true boolean -
string -

CSS API

Variable Default Type Values Description
var(--border-radius) range - Border Radius
var(--border-width) range - Size
var(--space) range - Base spacing unit. Used for padding and margin inside components.
var(--color--danger) color - Danger
var(--color--success) color - Success
var(--color--surface) color - Surface
var(--color--surface-alt) color - Manual companion token for subtle surface backgrounds.
var(--color--surface-border) color - Manual companion token for borders on surface elements.
var(--shadow-color) rgba - Shadow Color
var(--shadow-amount) range - Multiplier for elevation shadows. 0 = none, 1 = default.
var(--color--surface-contrast) color - Used for text and icons on surface backgrounds with less contrast.
var(--base) range - Main unit that drives radius and spacing scales.
var(--corner-shape) select square, round, squircle, circular, bevel, scoop Corner Shape
var(--color--primary) color - Primary
var(--color--danger-contrast) color - Danger Contrast