# Core/SkeletonGroup - Usage

| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `style` | `React.CSSProperties` | No | `--` | `--` |
| `size` | `keyof typeof SKELETON_SIZE` | No | `--` | Preset dimensions from `dimension.component.*`; use `style` for custom width/height. |
| `active` | `boolean` | No | `--` | Show animation effect. @default false |
| `block` | `boolean` | No | `--` | `--` |
| `shape` | `'circle' \| 'round' \| 'square' \| 'default'` | No | `--` | `--` |