floating-ui-svelte
floating-ui-svelte copied to clipboard
A Floating UI wrapper for Svelte
## Reference https://floating-ui.com/docs/FloatingList ## Description Provides the ability to create composable children APIs for list components ## Usage https://floating-ui.com/docs/FloatingList#usage
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
## Reference https://floating-ui.com/docs/useClientPoint ## Description Positions the floating element at a given client point (x, y), usually generated by a mouse event. By default, the client’s mouse position is automatically...
## Reference https://floating-ui.com/docs/FloatingFocusManager ## Description Provides flexible modal or non-modal focus management for a floating element. Modal behavior is the default — focus is fully trapped inside the floating element...
## Reference https://floating-ui.com/docs/FloatingOverlay ## Description Provides base styling for a fixed overlay element. This is useful to dim content or block pointer events behind a floating element, in addition to...
## Reference https://floating-ui.com/docs/useTransition ## Description Provides the ability to apply CSS transitions to a floating element, including correct handling of “placement-aware” transitions. ## Style Props - [ ] `duration` -...
> We'll likely save SEO for the late stage polish phase closer to launch. Part of SEO includes the social banners and such, so we'll want to ensure the design...
## Reference https://floating-ui.com/docs/inner ## Description Positions the floating element such that an inner element inside of it is anchored to the reference element, while handling scroll and overflow behavior. ##...
## Reference https://floating-ui.com/docs/Composite ## Description Creates a single tab stop whose items are navigated by arrow keys, which provides list navigation outside of floating element contexts. ## Props https://floating-ui.com/docs/Composite#props
## Reference https://floating-ui.com/docs/FloatingDelayGroup ## Description Provides context for a group of floating elements that should share a delay which temporarily becomes 1 ms after the first floating element of the...