API Reference
SettingsCardClassNames
The following class names can be passed to a Settings Card component to customize the appearance:
Prop | Type | Default |
---|---|---|
title? | string | - |
skeleton? | string | - |
outlineButton? | string | - |
secondaryButton? | string | - |
primaryButton? | string | - |
label? | string | - |
instructions? | string | - |
input? | string | - |
icon? | string | - |
header? | string | - |
footer? | string | - |
error? | string | - |
dialog? | { content?: string | undefined; footer?: string | undefined; header?: string | undefined; } | - |
description? | string | - |
content? | string | - |
destructiveButton? | string | - |
checkbox? | string | - |
cell? | string | - |
button? | string | - |
avatar? | UserAvatarClassNames | - |
base? | string | - |