Property | Default | Allowed Values | Notes |
---|---|---|---|
appearance | "auto" | light , dark , auto | auto will match the user’s OS setting |
Property | Type | Default | Notes |
---|---|---|---|
disabled | string[] | [] | List of element keys to disable (greyed out) |
Property | Type | Default | Notes |
---|---|---|---|
hidden | string[] | [] | List of element keys to remove entirely from UI |
Property | Type | Default | Notes |
---|---|---|---|
required | string[] | [] | List of element keys that must be filled |
Property | Type | Default | Notes |
---|---|---|---|
theme.container | object | — | CSS style object for container |
Property | Type | Default | Notes |
---|---|---|---|
theme.shape.borderRadius | number | — | Base radius in pixels |
theme.shape.borderRadiusSecondary | number | — | Secondary (buttons) radius |
Property | Type | Default | Notes |
---|---|---|---|
theme.typography.fontFamily | string | — | CSS font-family string |
theme.typography.fontSize | number | — | Base font size in pixels |
theme.typography.fontWeightRegular | number | — | Numeric weight for regular text |
theme.typography.fontWeightMedium | number | — | Numeric weight for medium text |
theme.typography.fontWeightBold | number | — | Numeric weight for bold text |
Learn how to Customize