Empty
<ax-empty> is a centered empty / no-data state: an icon, title, description, and a default slot for
projected actions (typically buttons).
Import
Section titled “Import”import { AxEmptyComponent } from '@axisui-ng/feedback';<ax-empty icon="search" title="No results" description="Try a different search term."> <ax-button variant="primary">Clear filters</ax-button></ax-empty>Inputs
Section titled “Inputs”| Input | Type | Default | Notes |
|---|---|---|---|
icon | AxIconName | 'search' | Leading glyph from @axisui-ng/icons. |
title | string | '' | Headline. |
description | string | '' | Supporting text. |
| Slot | Notes |
|---|---|
| Default | Actions or extra content below the description. |
Accessibility
Section titled “Accessibility”The icon is decorative (aria-hidden). Title and description convey the empty state. Projected
actions remain normal focusable controls.
Storybook
Section titled “Storybook”Interactive examples live in Storybook under Feedback / Empty. Run pnpm storybook to explore them.