Skip to content
navy

EmptyState

Empty state placeholder with icon and description.

Live Demo

No results found
Try adjusting your search criteria
No events scheduled
Create your first event to get started
No documents
Upload or create a new document

Usage

vue
<template>
  <orio-empty-state
    icon="search"
    title="No results found"
    description="Try adjusting your search criteria"
    size="small"
  />
  <orio-empty-state
    icon="calendar"
    title="No events scheduled"
    description="Create your first event to get started"
    size="medium"
  />
  <orio-empty-state
    icon="edit"
    title="No documents"
    description="Upload or create a new document"
    size="large"
  >
    <orio-button variant="primary" icon="plus"> Create Document </orio-button>
  </orio-empty-state>
</template>

Props

PropTypeDefaultDescription
iconstringundefinedIcon name
titlestring-Main title text
descriptionstringundefinedDescription text
size'small' | 'medium' | 'large''medium'Component size

Slots

SlotDescription
defaultAction buttons or additional content