feat(popover): native Popover API component with anchored positioning

This commit is contained in:
Ilia Mashkov
2026-06-02 16:06:20 +03:00
parent b1b5177e02
commit 9e0c8f740b
2 changed files with 202 additions and 0 deletions
+6
View File
@@ -94,6 +94,12 @@ export {
*/
default as PerspectivePlan,
} from './PerspectivePlan/PerspectivePlan.svelte';
export {
/**
* Anchored popover on the native Popover API
*/
default as Popover,
} from './Popover/Popover.svelte';
export {
/**
* Specialized input with search icon and clear state