Skip to main content

Starwind UI v3.0 is now available! Migration guide

Installation

Usage

---
import { Skeleton } from "@/components/starwind/skeleton";
---
<div class="flex items-center space-x-4">
<Skeleton class="h-12 w-12 rounded-full" />
<div class="space-y-2">
<Skeleton class="h-4 w-[250px]" />
<Skeleton class="h-4 w-[200px]" />
</div>
</div>

Card Skeleton

Table Skeleton

API Reference

Changelog

View version history v1.3.0 5 releases

v1.3.0

  • Added contract-generated Astro and React implementations while preserving the component’s existing public API and styling.

v1.2.2

  • Refactor tailwind variants functions into separate variants.ts file

v1.2.0

  • style updates

v1.1.0

  • Add data-slot attribute to enable global styling updates

v1.0.0

  • Initial release with starwind v1.7.0