mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(portal): support portal
This commit is contained in:
parent
0ea3d9351e
commit
1ddd9ba1a5
14 changed files with 240 additions and 2 deletions
|
@ -91,6 +91,7 @@ export {
|
|||
ProgressIndicatorSkeleton,
|
||||
ProgressStep,
|
||||
} from "./ProgressIndicator";
|
||||
export { Portal, FloatingPortal } from "./Portal";
|
||||
export { RadioButton, RadioButtonSkeleton } from "./RadioButton";
|
||||
export { RadioButtonGroup } from "./RadioButtonGroup";
|
||||
export { RecursiveList } from "./RecursiveList";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue