Skip to main content

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 #

Open in new window
<duet-empty-state>
<duet-paragraph margin="none">Ei näytettävää sisältöä.</duet-paragraph>
</duet-empty-state>
Open in new window
<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>
Open in new window
<duet-empty-state icon="messaging-checked-file">
<duet-paragraph margin="none">Ei lukemattomia viestejä.</duet-paragraph>
</duet-empty-state>
Open in new window
<duet-empty-state icon="messaging-calendar-warning">
<duet-paragraph
>
Antamillasi tiedoilla ei valitettavasti löydy vapaata aikaa. Palaa edelliseen vaiheeseen ja kokeile toista
valintaa.</duet-paragraph
>

<duet-button fixed variation="plain" padding="none" margin="none" url="#">Palaa edelliseen vaiheeseen</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.


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.

Integration guidelines


Tutorials

Follow these practical tutorials to learn how to build simple page layouts using Duet’s CSS Framework, Web Components and other features:

Tutorials

Building Layouts

Tutorials

Using CLI Tools

Tutorials

Creating Custom Patterns

Tutorials

Server Side Rendering

Tutorials

Sharing Prototypes

Tutorials

Usage With Markdown


Troubleshooting

If you experience any issues while using a component, please head over to the Support page for more guidelines and help.