mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(button): update "Link button" description [ci skip]
This commit is contained in:
parent
f820f001c0
commit
6e1f9d49c4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Set `isSelected` to `true` to enable the selected state for an icon-only, ghost
|
|||
|
||||
### Link button
|
||||
|
||||
If an `href` value is specified, the component will render an [anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) with a "button" role.
|
||||
If an `href` value is specified, the component will render an [anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) instead of a `button` element.
|
||||
|
||||
<Button href="#">Link button</Button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue