Data Display
Banderole
client42.25 kB
@stellaria/nebula-webBanderolePropsPreview
Props
10| Prop | Type | Default |
|---|---|---|
actions | ReactNode | — |
children required | ReactNode | — |
className | string | — |
closeLabel | string | "Dismiss notice" |
color | ColorExtended | "primary" |
icon | ReactNode | — |
label | string | — |
onClose | (() => void) | — |
sticky | boolean | false |
variant | BanderoleVariant | "filled" |
Slot props
3Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
actionsProps Wrapper for the actions, when there are any. | BoxSlotProps | — |
bodyProps Envoltorio del contenido. | BoxSlotProps | — |
iconProps Wrapper for the icon, when there is one. | BoxSlotProps | — |
Also accepts
On top of its own props, this component forwards these groups.
Style props · 128