import { Box, Skeleton } from '@arctic-kit/snow';function Demo() {return (<Boxsx={{width: 600,display: 'flex',flexDirection: 'column',gap: 6,}}><Skeleton height={50} circle /><Box height={100}><Skeleton height={'100%'} /></Box><Skeleton height={8} /><Skeleton height={8} /><Skeleton height={8} width='70%' /><Skeleton height={8} width='50%' /><Skeleton height={8} width='25%' /></Box>);}
Props | Type | Default |
---|---|---|
animate | boolean | undefined | true |
circle | boolean | undefined | false |
height | Height<string | number> | undefined | --- |
width | Width<string | number> | undefined | 100% |