mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(popover): add Popover component
This commit is contained in:
parent
1df92756fb
commit
a3a4a02d94
10 changed files with 280 additions and 4 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -86,6 +86,7 @@ export { default as OverflowMenuItem } from "./OverflowMenu/OverflowMenuItem";
|
|||
export { default as Pagination } from "./Pagination/Pagination";
|
||||
export { default as PaginationSkeleton } from "./Pagination/PaginationSkeleton";
|
||||
export { default as PaginationNav } from "./PaginationNav/PaginationNav";
|
||||
export { default as Popover } from "./Popover/Popover";
|
||||
export { default as ProgressIndicator } from "./ProgressIndicator/ProgressIndicator";
|
||||
export { default as ProgressIndicatorSkeleton } from "./ProgressIndicator/ProgressIndicatorSkeleton";
|
||||
export { default as ProgressStep } from "./ProgressIndicator/ProgressStep";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue