Skip to content

@pplethai/components@1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 May 16:46
· 12 commits to main since this release
9ad57d9

Minor Changes

  • 50e6f62: Add Spinner component for loading states. Omit value for an indeterminate spinning loop, or pass value (0–max) for a determinate circular progress. Supports size (sm / default / lg / xl), custom strokeWidth, and accessible label. Color is driven by currentColor so it adapts to surrounding text-* classes.
  • a108977: Add Stepper + StepperItem for multi-step forms and wizards. Compound API with a value prop (0-indexed current step) on the root and per-step title / description on items. Supports orientation="horizontal" | "vertical", marks the current step with aria-current="step", and renders a checkmark for completed steps.