mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(tag): add separate disabled example for filterable/interactive tags
This commit is contained in:
parent
04056e88c9
commit
a937e5ce5e
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ Note: rendering a custom icon cannnot be used with the filterable variant.
|
||||||
Set `interactive` to `true` to render a `button` element instead of a `div`.
|
Set `interactive` to `true` to render a `button` element instead of a `div`.
|
||||||
|
|
||||||
<Tag interactive>Machine learning</Tag>
|
<Tag interactive>Machine learning</Tag>
|
||||||
|
|
||||||
|
### Disabled
|
||||||
|
|
||||||
|
The filterable and interactive tag variants have a disabled state.
|
||||||
|
|
||||||
|
<Tag filter disabled>Machine learning</Tag>
|
||||||
<Tag interactive disabled>Machine learning</Tag>
|
<Tag interactive disabled>Machine learning</Tag>
|
||||||
|
|
||||||
### Skeleton
|
### Skeleton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue