tmp: v11 PopoverContent

This commit is contained in:
Gregor Wassmann 2023-04-02 22:06:09 +02:00 committed by Enrico Sacchetti
commit b4802196f0
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
10 changed files with 85 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# Component Index
> 163 components exported from carbon-components-svelte@0.82.7.
> 164 components exported from carbon-components-svelte@0.82.7.
## Components
@ -95,6 +95,7 @@
- [`PaginationSkeleton`](#paginationskeleton)
- [`PasswordInput`](#passwordinput)
- [`Popover`](#popover)
- [`PopoverContent`](#popovercontent)
- [`ProgressBar`](#progressbar)
- [`ProgressIndicator`](#progressindicator)
- [`ProgressIndicatorSkeleton`](#progressindicatorskeleton)
@ -2821,6 +2822,24 @@ None.
| :------------ | :--------- | :------------------------------------ |
| click:outside | dispatched | <code>{ target: HTMLElement; }</code> |
## `PopoverContent`
### Props
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
| :-------- | :------- | :--------------- | :------- | ---- | ----------------- | ----------- |
| className | No | <code>let</code> | No | -- | <code>null</code> | -- |
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :------- |
| -- | Yes | -- | -- |
### Events
None.
## `ProgressBar`
### Props