Components
SkeletonNew: New
Replaces content with a placeholder of the same shape to indicate a loading state.
Basic usage
First, import the component.
import {Skeleton} from '@pleo-io/telescope'
Then use it, like so:
API reference
Prop | Type | Default |
---|---|---|
borderRadius | enum | |
className | string | |
height | string | |
loading | boolean | |
loud | boolean | |
width | string |
On this page