Skeleton
Optimistic UI made easy
Quick nav
Features
- Highly customizable
- Can be inline or block
- Themes ready
Anatomy
import { Skeleton } from "@wonderflow/react-components";
export default () => {
return <Skeleton />;
};
API Reference
Property
Type
Default
borderRadius
enum
4
gap
enum
circle
boolean
false
count
number
1
width
string
number
100%
height
string
number
inherit from font-size
inline
booelan
false
enableAnimation
booelan
true