loading
Skeleton
Optimistic UI made easy
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