|
1 | 1 | # Component Index |
2 | 2 |
|
3 | | -> 168 components exported from carbon-components-svelte@0.94.0. |
| 3 | +> 170 components exported from carbon-components-svelte@0.94.0. |
4 | 4 |
|
5 | 5 | ## Components |
6 | 6 |
|
|
45 | 45 | - [`FileUploaderItem`](#fileuploaderitem) |
46 | 46 | - [`FileUploaderSkeleton`](#fileuploaderskeleton) |
47 | 47 | - [`Filename`](#filename) |
| 48 | +- [`FloatingPortal`](#floatingportal) |
48 | 49 | - [`FluidForm`](#fluidform) |
49 | 50 | - [`Form`](#form) |
50 | 51 | - [`FormGroup`](#formgroup) |
|
96 | 97 | - [`PaginationSkeleton`](#paginationskeleton) |
97 | 98 | - [`PasswordInput`](#passwordinput) |
98 | 99 | - [`Popover`](#popover) |
| 100 | +- [`Portal`](#portal) |
99 | 101 | - [`ProgressBar`](#progressbar) |
100 | 102 | - [`ProgressIndicator`](#progressindicator) |
101 | 103 | - [`ProgressIndicatorSkeleton`](#progressindicatorskeleton) |
@@ -1440,6 +1442,27 @@ None. |
1440 | 1442 | | click | forwarded | -- | -- | |
1441 | 1443 | | keydown | forwarded | -- | -- | |
1442 | 1444 |
|
| 1445 | +## `FloatingPortal` |
| 1446 | + |
| 1447 | +### Props |
| 1448 | + |
| 1449 | +| Prop name | Required | Kind | Reactive | Type | Default value | Description | |
| 1450 | +| :--------- | :------- | :--------------- | :------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ------------------------------------------------------------------ | |
| 1451 | +| reference | No | <code>let</code> | No | <code>HTMLElement | null</code> | <code>null</code> | Reference element to position the portal relative to | |
| 1452 | +| placement | No | <code>let</code> | No | <code>"top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end"</code> | <code>"bottom"</code> | Placement of the floating portal relative to the reference element | |
| 1453 | +| offset | No | <code>let</code> | No | <code>number</code> | <code>0</code> | Offset in pixels from the reference element | |
| 1454 | +| autoUpdate | No | <code>let</code> | No | <code>boolean</code> | <code>true</code> | Set to `true` to enable auto-update positioning on scroll/resize | |
| 1455 | + |
| 1456 | +### Slots |
| 1457 | + |
| 1458 | +| Slot name | Default | Props | Fallback | |
| 1459 | +| :-------- | :------ | :---------------------------------- | :------- | |
| 1460 | +| -- | Yes | <code>Record<string, never> </code> | -- | |
| 1461 | + |
| 1462 | +### Events |
| 1463 | + |
| 1464 | +None. |
| 1465 | + |
1443 | 1466 | ## `FluidForm` |
1444 | 1467 |
|
1445 | 1468 | ### Props |
@@ -2890,6 +2913,22 @@ None. |
2890 | 2913 | | :------------ | :--------- | :------------------------------------ | :---------- | |
2891 | 2914 | | click:outside | dispatched | <code>{ target: HTMLElement; }</code> | -- | |
2892 | 2915 |
|
| 2916 | +## `Portal` |
| 2917 | + |
| 2918 | +### Props |
| 2919 | + |
| 2920 | +None. |
| 2921 | + |
| 2922 | +### Slots |
| 2923 | + |
| 2924 | +| Slot name | Default | Props | Fallback | |
| 2925 | +| :-------- | :------ | :---------------------------------- | :------- | |
| 2926 | +| -- | Yes | <code>Record<string, never> </code> | -- | |
| 2927 | + |
| 2928 | +### Events |
| 2929 | + |
| 2930 | +None. |
| 2931 | + |
2893 | 2932 | ## `ProgressBar` |
2894 | 2933 |
|
2895 | 2934 | ### Props |
|
0 commit comments