feat(link): support "sm", "lg" size variants

This commit is contained in:
Eric Liu 2020-10-29 13:10:42 -07:00
commit 6dd363c2a9
5 changed files with 54 additions and 24 deletions

View file

@ -2243,6 +2243,7 @@ import { Link } from "carbon-components-svelte";
| Prop name | Type | Default value | Description |
| :-------- | :--------------------------------------------------------------------- | :------------ | :------------------------------------------------ |
| size | <code>"sm" &#124; "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. |