Skip to content

WcAppearanceProps

WcAppearanceProps = object

Appearance options shared by konekt-ui components.

optional className?: string

Additional class applied to the component root.


optional style?: WcStyle

Inline styles and --kui-* design-token overrides applied to the component root.


optional theme?: WcTheme

Color scheme. Defaults to "system".


optional unstyled?: boolean

Removes the default kui-* classes while preserving semantic data-kui-* attributes.