Koala logo Design
Esc
No matches for “
↑↓ navigate open Esc close
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.

<koala-skeleton>
Shapes 5 shapes
Text
shape="Text"
Title
shape="Title"
Block
shape="Block"
Avatar
shape="Avatar"
Card
shape="Card"
Realistic composition

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
shapeText, Title, Block, Avatar, CardDefault Text.
classTailwind classesMerged — typically used to override width (w-96, w-full).