A placeholder component for loading states, mimicking the shape of content.
import { styled } from '@styled-system/jsx' import { skeleton } from '@styled-system/recipes' export const Skeleton = styled('div', skeleton)
import { Skeleton } from '@/components/ui/skeleton'
<Skeleton css={{ width: '100px', height: '20px' }} />