Components
GlassEmpty
An empty state indicator with icon, title, description, and optional action.
Preview
No messages
When you receive new messages they will show up here.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | <Inbox /> | Icon shown at the top |
title | string | — | Main heading text |
description | string | — | Supporting subtitle |
action | ReactNode | — | Call-to-action rendered below the description |
All native <div> props are also accepted.