-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Type: Feature RequestNew feature or requestNew feature or request
Milestone
Description
Story
As a user, I want to see colored labels for items belonging to a group, collection, or class.
Description
Create a React component, Badge, that can be configured to appear in all of the styles shown in the Figma file for Shipfaster UI. Badge should be located in the shared component library. Note that this may, though does not necessarily have to, involve adding color definitions to packages/tailwind-config/tailwind.config.js.
Acceptance Criteria
Badges can have asizeof either'sm','md', or'lg'.Badges can have atypeof either'primary','neutral','success','warning', or'danger'.Badges can have anappearanceof either'filled','accent', or'outlined'.Badges can optionally visually respond to being in ahoverstate.Badges can optionally bedisabled.Badges can havetext, anIcon, or both. TheIconcan appear on either side of thetextif both are present.
Notes
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Feature RequestNew feature or requestNew feature or request