Floating UI

用于定位浮动元素并为其创建交互的 JavaScript 库。(A JavaScript library to position floating elements and create interactions for them.)

Github星跟蹤圖

Popper is now Floating UI! For Popper v2, visit
its dedicated branch.
For help on migrating, check out the
Migration Guide.

Floating UI is a small library that helps you create
"floating" elements such as tooltips, popovers, dropdowns, and more.

It offers two main features:

  1. Anchor positioning: Anchor a floating element (such as a tooltip) to
    another element (such as a button) while simultaneously ensuring it stays in
    view as best as possible by avoiding collisions. This feature is available
    for all platforms.
  2. User interactions for React: Hooks and components for composing
    interactions to create accessible floating UI components.

README Sponsors

You can sponsor Floating UI in a variety of ways on
Open Collective.

Why

Floating elements are absolutely positioned, typically anchored to another UI
element. Ensuring a floating element remains anchored next to another element
can be challenging, especially in unique layout contexts like scrolling
containers.

Absolute positioning can also cause problems when the floating element is too
close to the edge of the viewport and becomes obscured, also known as a
collision. When a collision occurs, the position must be adjusted to ensure the
floating element remains visible.

Further, floating elements are often interactive, which can raise complex
accessibility issues when designing user interactions.

Floating UI offers a set of low-level features to help you navigate these
challenges and build accessible floating UI components.

Install

To install Floating UI, you can use a package manager like npm or a
CDN. There are different
versions available for different platforms.

Vanilla

Use on the web with vanilla JavaScript.

npm install @floating-ui/dom

You can either start by
reading the tutorial, which teaches you
how to use the library by building a basic tooltip, or you can jump right into
the API documentation.

React

Use with React DOM or
React Native.

React DOM

# Positioning + interactions
npm install @floating-ui/react

# Positioning only (smaller size)
npm install @floating-ui/react-dom

React Native

npm install @floating-ui/react-native

Vue

Use with Vue.

npm install @floating-ui/vue

Canvas or other platforms

If you're targeting a platform other than the vanilla DOM (web), React, or React
Native, you can create your own
Platform. This allows you to support
things like Canvas/WebGL, or other platforms that can run JavaScript.

npm install @floating-ui/core

Contributing

This project is a monorepo written in TypeScript using pnpm
workspaces. The website is using Next.js SSG and Tailwind CSS for styling.

  • Fork and clone the repo
  • Install dependencies in root directory with pnpm install
  • Build initial package dist files with pnpm run build

Testing grounds

DOM

pnpm run dev --filter @floating-ui/dom in the root will launch the
@floating-ui/dom development visual tests at http://localhost:1234. The
playground uses React to write each test route, bundled by Vite.

Each route has screenshots taken of the page by Playwright to ensure all the
functionalities work as expected; this is an easy, reliable and high-level way
of testing the positioning logic.

Below the main container are UI controls to turn on certain state and options.
Every single combination of state is tested visually via the snapshots to cover
as much as possible.

React

pnpm run dev --filter @floating-ui/react in the root will launch the
@floating-ui/react development tests at http://localhost:1234.

Credits

The floating shapes in the banner image are made by the amazing artists
@artstar3d,
@killnicole and
@liiiiiiii on Figma — check out their work!

License

MIT

主要指標

概覽
名稱與所有者floating-ui/floating-ui
主編程語言TypeScript
編程語言JavaScript (語言數: 6)
平台Web browsers
許可證MIT License
所有者活动
創建於2016-03-29 17:00:47
推送於2025-06-02 06:12:08
最后一次提交2025-06-02 16:05:36
發布數506
最新版本名稱@floating-ui/react-dom@2.1.3 (發布於 2025-06-02 06:12:07)
第一版名稱v0.1.0 (發布於 )
用户参与
星數31.2k
關注者數254
派生數1.6k
提交數2.4k
已啟用問題?
問題數1442
打開的問題數23
拉請求數1167
打開的拉請求數6
關閉的拉請求數225
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?