Empty State Ready
Empty state component is used when another component has no items or data to show. Empty state provides explanation or guidance to help user progress.
Examples #
<duet-empty-state>
<duet-paragraph margin="none">Ei näytettävää sisältöä.</duet-paragraph>
</duet-empty-state>
<duet-empty-state icon="messaging-timed-out">
<duet-heading weight="semibold" level="h3">No notifications yet</duet-heading>
<duet-paragraph>Notifications about your activity will show up here.</duet-paragraph>
<duet-button fixed variation="plain" padding="none" margin="none" url="#">Notification settings</duet-button>
</duet-empty-state>
Properties #
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
icon | icon | Icon shown in the empty state component. | string | "messaging-question" |
size | size | The size of the empty state message. | "medium" | "small" | "medium" |
theme | theme | Theme of the empty state component. | "" | "default" | "turva" | "" |
Usage #
This section includes guidelines for designers and developers about the usage of this component in different contexts.
When to use #
- When another component has no items or data to show.
- For empty interface states to show guidance instead.
When not to use #
- For error or maintenance messaging. Use error template or alert instead.
- For highlighting general content or as a banner. Use Card component instead for such purposes.
Accessibility #
This component has been validated to meet the WCAG 2.1 AA accessibility guidelines. You can find additional information regarding accessibility of this component below.
- Empty state is a custom element with regular text inside. It doesn’t currently have any added functionality for assistive technologies.
Integration
For integration, event and theming guidelines, please see Using Components. This documentation explains how to implement and use Duet’s components across different technologies like Angular, React or Vanilla JavaScript.
Tutorials
Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:
Building Layouts
TutorialsUsing CLI Tools
TutorialsCreating Custom Patterns
TutorialsServer Side Rendering
TutorialsSharing Prototypes
TutorialsUsage With Markdown
Troubleshooting
If you experience any issues while using a component, please head over to the Support page for more guidelines and help.