PineUiPhoenix.Components.Progress (Pine UI v0.2.1)

Copy Markdown View Source

Progress indicators.

A port of the Pines progress bar, plus circular and stepped variants. All three are pure Tailwind and SVG — no Alpine, no JavaScript.

<.progress value={64} />
<.progress_circle value={64} show_value />
<.progress_steps steps={~w(Cart Shipping Payment)} current={1} />

Summary

Feedback

Renders a horizontal progress bar.

Renders a circular progress ring.

Renders a horizontal stepper.

Feedback