@pplethai/components@1.1.0
·
12 commits
to main
since this release
Minor Changes
- 50e6f62: Add
Spinnercomponent for loading states. Omitvaluefor an indeterminate spinning loop, or passvalue(0–max) for a determinate circular progress. Supportssize(sm/default/lg/xl), customstrokeWidth, and accessiblelabel. Color is driven bycurrentColorso it adapts to surroundingtext-*classes. - a108977: Add
Stepper+StepperItemfor multi-step forms and wizards. Compound API with avalueprop (0-indexed current step) on the root and per-steptitle/descriptionon items. Supportsorientation="horizontal" | "vertical", marks the current step witharia-current="step", and renders a checkmark for completed steps.