You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-components/source/react/library/tag/Tag.md
+22
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,28 @@ const onTagClick = () => {
39
39
</div>;
40
40
```
41
41
42
+
### Static Tag
43
+
44
+
By adding `hideRemoveButton` to the tag component you can create a static tag in cases where you may want to disable the user from being able to remove it from a list.
0 commit comments