Floating-ui

floating-ui

제품 정보

즐겨찾기

공개 채팅

지원 계획

현재 사용할 수 있는 OSS 플랜이 없습니다.

저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.

OSS 플랜 추가
OSS용 PieceX가 처음이신가요 여기에서 자세히 알아보세요

이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.

전문 공급자와 연락하실 수 있도록 도와드리겠습니다.

제품 세부 정보

A low-level toolkit to create floating elements. Tooltips, popovers, dropdowns, and more

Floating UI

> [!NOTE] > Popper is now Floating UI! For Popper v2, visit > [its dedicated branch](https://github.com/floating-ui/floating-ui/tree/v2.x) and [its documentation](https://popper.js.org/docs). > For help on migrating, check out the > [Migration Guide.](https://floating-ui.com/docs/migration) [Floating UI](https://floating-ui.com) 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

Milford Dopt
You can sponsor Floating UI in a variety of ways on [Open Collective](https://opencollective.com/floating-ui). ## 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](https://floating-ui.com/docs/getting-started#cdn). There are different versions available for different platforms. ### Vanilla Use on the web with vanilla JavaScript. ```shell npm install @floating-ui/dom ``` You can either start by [reading the tutorial](https://floating-ui.com/docs/tutorial), which teaches you how to use the library by building a basic tooltip, or you can jump right into the [API documentation](https://floating-ui.com/docs/computePosition). ### React Use with [React DOM](https://floating-ui.com/docs/react) or [React Native](https://floating-ui.com/docs/react-native). #### React DOM ```shell # Positioning + interactions npm install @floating-ui/react # Positioning only (smaller size) npm install @floating-ui/react-dom ``` #### React Native ```shell npm install @floating-ui/react-native ``` ### Vue Use with [Vue](https://floating-ui.com/docs/vue). ```shell 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](https://floating-ui.com/docs/platform). This allows you to support things like Canvas/WebGL, or other platforms that can run JavaScript. ```shell npm install @floating-ui/core ``` ## Contributing This project is a monorepo written in TypeScript using [pnpm](https://pnpm.io/) 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](https://figma.com/@artstar3d), [@killnicole](https://figma.com/@killnicole) and [@liiiiiiii](https://www.figma.com/@liiiiiii) on Figma — check out their work! ## License MIT
user-symbol

문의하기

비즈니스 개발자를 위한 최신 정보를 원하십니까? 소스 코드 프로젝트에 대한 PieceX 커뮤니티의 요구사항을 알아보세요. PieceX의 최신 무료 커뮤니티 코드를 빠르게 알려드립니다.