랭킹으로 돌아가기
🍿⚛Official React library to use Popper, the positioning library
popperreactplacementpopovertooltiptooltips
주요 지표
스타 성장
스타
2.5k
포크
228
주간 성장
—
이슈
22
1k2k
2016년 10월2018년 5월2020년 1월2021년 8월2023년 4월2024년 12월2026년 7월
아티팩트npm
npm install react-popperREADME
React Popper
React wrapper around Popper.
⚠️ This library is in maintenance mode!
This library wraps @popperjs/core, not @floating-ui/dom.
To use the new Floating UI package with React, instead visit https://floating-ui.com/docs/react-dom.
Install
Via package managers:
# With npm
npm i react-popper @popperjs/core
# With Yarn
yarn add react-popper @popperjs/core
Note: @popperjs/core must be installed in your project in order for
react-popper to work.
Via script tag (UMD library exposed as ReactPopper):
<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>
Documentation
The full documentation can be found on the official Popper website:
http://popper.js.org/react-popper
Running Locally
clone repo
git clone git@github.com:popperjs/react-popper.git
move into folder
cd ~/react-popper
install dependencies
npm install or yarn
run dev mode
npm run demo:dev or yarn demo:dev
open your browser and visit:
http://localhost:1234/
관련 저장소