Components
Skeletons
Skeletons
Static placeholder shapes for opt-in loading states. The complement of skeletons.js,
which emits per-archetype skeletons during Alpine-AJAX navigation — this helper is for static
markup the page author wants to render up-front.
Shapes
5 shapes
Text
shape="Text"
Title
shape="Title"
Block
shape="Block"
Avatar
shape="Avatar"
Card
shape="Card"
Combine shapes to rough-match the layout that's about to arrive. Use class="w-…"
to vary the widths so the skeleton doesn't look uniform.
Props
| Attribute | Values | Notes |
|---|---|---|
| shape | Text, Title, Block, Avatar, Card | Default Text. |
| class | Tailwind classes | Merged — typically used to override width (w-96, w-full). |