mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
feat(link): support "sm", "lg" size variants
This commit is contained in:
parent
5a5587c115
commit
6dd363c2a9
5 changed files with 54 additions and 24 deletions
|
@ -2243,6 +2243,7 @@ import { Link } from "carbon-components-svelte";
|
|||
|
||||
| Prop name | Type | Default value | Description |
|
||||
| :-------- | :--------------------------------------------------------------------- | :------------ | :------------------------------------------------ |
|
||||
| size | <code>"sm" | "lg"</code> | -- | Specify the size of the link. |
|
||||
| href | <code>string</code> | -- | Specify the href value. |
|
||||
| inline | <code>boolean</code> | `false` | Set to `true` to use the inline variant. |
|
||||
| disabled | <code>boolean</code> | `false` | Set to `true` to disable the checkbox. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue