Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 465 Bytes

badge.md

File metadata and controls

25 lines (16 loc) · 465 Bytes

< Back to Components List

Badge

polaris-badge implements the Polaris Badge component.

Examples

Basic usage:

{{polaris-badge text="Fulfilled"}}

With a success status set:

{{polaris-badge status="success" text="Complete"}}

With a progress status set:

{{polaris-badge progress="partiallyComplete" text="Partially complete"}}