edible-badge
A pill-style status badge. The element itself is the badge surface —
no wrapper needed. Use the type attribute to switch
colour variant.
Variants
Default (accent colour) plus three semantic types.
Inline with text
Badges are display: inline-flex and sit naturally in a
line of text.
Pull request #42
Issue #17
Release 2.0
Inside a table
Common pattern: status column in a data table.
| Task | Assignee | Status |
|---|---|---|
| Design review | Alice | |
| API integration | Bob | |
| Write tests | Carol | |
| Deploy to staging | Dave |
Dynamic type via JavaScript
Set or remove the type attribute at any time — the CSS
attribute selector picks up the change immediately.