MCPcopy Index your code
hub / github.com/Tailframes/react-components / TagVariants

Interface TagVariants

components/tag.tsx:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27);
28
29export interface TagVariants {
30 /** The variant of the tag. */
31 variant?: 'primary' | 'secondary' | 'outlined' | 'success' | 'error' | 'warning';
32 startAdornment: boolean;
33 endAdornment: boolean;
34}
35
36export interface TagProps
37 extends HTMLAttributes<HTMLSpanElement>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected