Component to visually categorize or label content.
import { Tag } from "@/ui/display/tag/components/Tag"; export const MyComponent = () => { return ( <Tag className color="red" text="Urgent" onClick={() => console.log("click")} /> ); };
As an open-source company, we welcome contributions through Github. Help us keep it up-to-date, accurate, and easy to understand by getting involved and sharing your ideas!