Skip to content

v0.1.0

Choose a tag to compare

@kmpbits kmpbits released this 17 Aug 00:41
· 4 commits to main since this release

Added

  • SkeletonContainer(loading) — hosts one shared shimmer animation per subtree.
  • Modifier.skeleton(shape) — draws a placeholder matching the element's own
    measured bounds while loading, crossfading to real content when it's done.
    Supports SkeletonShape.Auto (default), SkeletonShape.Circle, and
    SkeletonShape.RoundedCorner(radius).
  • SkeletonDefaults — corner radius, MaterialTheme-derived shimmer colors,
    and crossfade animation defaults, all overridable per SkeletonContainer.
  • Android, iOS, and Desktop (JVM) targets.