feat(link): add OutboundLink

This commit is contained in:
Eric Liu 2021-02-03 05:16:43 -08:00
commit 422e991b71
8 changed files with 64 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Component Index
> 155 components exported from carbon-components-svelte@0.27.0.
> 156 components exported from carbon-components-svelte@0.27.0.
## Components
@ -84,6 +84,7 @@
- [`NumberInput`](#numberinput)
- [`NumberInputSkeleton`](#numberinputskeleton)
- [`OrderedList`](#orderedlist)
- [`OutboundLink`](#outboundlink)
- [`OverflowMenu`](#overflowmenu)
- [`OverflowMenuItem`](#overflowmenuitem)
- [`Pagination`](#pagination)
@ -2361,6 +2362,22 @@ None.
| mouseenter | forwarded | -- |
| mouseleave | forwarded | -- |
## `OutboundLink`
### Props
None.
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :------- |
| -- | Yes | -- | -- |
### Events
None.
## `OverflowMenu`
### Props