Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { Tag } from "@/ui/display/tag/components/Tag"; export const MyComponent = () => { return ( <Tag className color="red" text="Urgent" onClick={() => console.log("click")} /> ); };
yeşil
turkuaz
gökyüzü
mavi
mor
pembe
kırmızı
turuncu
sarı
gri
Was this page helpful?