Skeleton
Use to show a placeholder while content is loading.
Usage
import { Skeleton } from '@/components/ui/skeleton';<Skeleton className="w-[100px] h-[20px] rounded-full" />Examples
Default
Card
Changelog
2024-12-27 Example
This is an example of a changelog entry.
MyApp.tsx
import React from 'react';
function MyApp() {
return <div>My App</div>;
}
export default MyApp;Last updated on