WcAppearanceProps
WcAppearanceProps =
object
Appearance options shared by konekt-ui components.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Additional class applied to the component root.
style?
Section titled “style?”
optionalstyle?:WcStyle
Inline styles and --kui-* design-token overrides applied to the component root.
theme?
Section titled “theme?”
optionaltheme?:WcTheme
Color scheme. Defaults to "system".
unstyled?
Section titled “unstyled?”
optionalunstyled?:boolean
Removes the default kui-* classes while preserving semantic data-kui-* attributes.