Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheiny committed Nov 15, 2024
1 parent a07b73f commit fe6ea5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/core/src/components/tag/tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ export interface TagProps
*/
htmlTitle?: string;

/**
* Whether the tag should visually respond to user interactions. If set to `true`, hovering over the
* tag will change its color and mouse cursor.
*
* Tags will be marked as interactive automatically if an onClick handler is provided and this prop is not.
*
* @default false
*/
interactive?: boolean;

/**
* Name of a Blueprint UI icon (or an icon element) to render on the left side of the tag,
* before the child nodes.
Expand Down

0 comments on commit fe6ea5a

Please sign in to comment.