Data Display
Feature
client25.75 kB
@stellaria/nebula-webFeaturePropsPreview
Props
9| Prop | Type | Default |
|---|---|---|
align | "start" | "center" | "start" |
children | ReactNode | — |
className | string | — |
color | ColorExtended | "primary" |
description | ReactNode | — |
href | string | — |
icon | ReactNode | — |
linkText | ReactNode | "Learn more" |
title required | ReactNode | — |
Slot props
4Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
descriptionProps The description. Only rendered with `description`. | TextSlotProps | — |
iconProps The `ThemeIcon` wrapping the glyph. Only exists with `icon`, and it spreads AFTER the size, variant and colour the component sets, so it overrides them. | ThemeIconProps | — |
linkProps The footer link. Only exists with `href`, and `linkText` is its content. It spreads AFTER the `href`, so it can override it. | AnchorSlotProps | — |
titleProps The title. The only node always rendered, because `title` is required. | TextSlotProps | — |
Also accepts
On top of its own props, this component forwards these groups.
Style props · 127