Wrapping row of tinted tags in five tones, each optionally removable.
New here? Read the installation guide.
import { Badge1 } from "@/components/beste/piece/badge1";
<Badge1
tags={[
{
"label": "design",
"tone": "primary"
},
{
"label": "shipped",
"tone": "success"
},
{
"label": "needs review",
"tone": "warning"
},
{
"label": "archived",
"tone": "muted"
}
]}
removable={true}
/>