Skeleton
The Skeleton component provides loading states that reduce layout shift.
Basic Usage
import { Skeleton } from '@editora/ui-react';
export function Example() {
return <Skeleton style={{ width: 240, height: 16 }} />;
}
The Skeleton component provides loading states that reduce layout shift.
import { Skeleton } from '@editora/ui-react';
export function Example() {
return <Skeleton style={{ width: 240, height: 16 }} />;
}