mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
docs(data-table): add "Sticky header" example (#1241)
* docs(data-table): add "Sticky header" example * docs(link): add note on disabled link
This commit is contained in:
parent
2d26ce115d
commit
e19ace4135
2 changed files with 25 additions and 0 deletions
|
@ -66,6 +66,8 @@ Note that `inline` must be `false` when rendering a link with an icon.
|
|||
|
||||
### Disabled
|
||||
|
||||
A `disabled` link will render a `p` tag instead of an anchor element.
|
||||
|
||||
<Link disabled href="https://www.carbondesignsystem.com/">
|
||||
Carbon Design System
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue