Skeleton
Loading placeholders that mimic content structure.
Installation
bash
bricolage_ui add skeletonbash
flutter pub add bricolage_uiUsage
dart
// Text skeleton
CustomSkeleton.text(lines: 3)
// Card skeleton
CustomSkeleton.card()
// Avatar skeleton
CustomSkeleton.avatar(size: 64)
// Custom skeleton
CustomSkeleton(
width: 200,
height: 100,
)API Reference
Properties
| Property | Type | Default | Description |
|---|---|---|---|
width | double? | null | Skeleton width |
height | double? | null | Skeleton height |
