Shimmer
Premium shimmer surface.
Import
tsx
import { Shimmer } from "@cooud-ui/ui";
bash
npx cooud-ui add shimmer
Premium shimmer surface.
import { Shimmer } from "@cooud-ui/ui";
npx cooud-ui add shimmer
On this page
Sized skeleton blocks with a sweeping sheen — give each Shimmer explicit height and width to match the content it stands in for.
<div className="flex flex-col gap-3"><Shimmer className="h-8 w-48 rounded-lg" /><Shimmer className="h-4 w-full rounded-md" /><Shimmer className="h-4 w-3/4 rounded-md" /><Shimmer className="h-10 w-32 rounded-lg" /></div>