| name | floating-ui |
| description | You can support Floating UI in a variety of ways on [Open Collective](https://opencollective.com/floating-ui). WHEN: make http requests. Triggers: use floating-ui, install floating-ui, how to use floa |
floating-ui
You can support Floating UI in a variety of ways on Open Collective.
When to Use
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
To install Floating UI, you can use a package manager like npm or a
CDN. There are different
versions available for different platforms.
Packages
This is a monorepo containing the following packages:
core
devtools
dom
react
react-dom
react-native
utils
vue
Project Info
- Language: TypeScript, JavaScript
- License: MIT
- Tests: Yes
File Structure
├── config/
│ ├── scripts/
│ ├── src/
│ ├── api-extractor.base.json
│ ├── env.d.ts
│ ├── package.json
│ ├── tsconfig.base.json
│ ├── tsconfig.eslint.json
│ └── tsconfig.json
├── extension/
│ ├── public/
│ ├── src/
│ ├── index.html
│ ├── package.json
│ ├── README.md
│ ├── tsconfig.json
│ ├── tsconfig.lib.json
│ └── vite.config.mts
├── packages/
│ ├── core/
Generated by repo2skill