tooltip
๐ก Positioned React tooltip for hover, focus, click, and controlled popup flows.
File Explorer
Download Latest Version (.zip)- app.tsx
- tsconfig.json
- codeql.yml
- deploy-pages.yml
- react-component-ci.yml
- react-doctor.yml
- surge-preview.yml
- dependabot.yml
- FUNDING.yml
- pre-commit
- anim.less
- bootstrap.less
- bootstrap_white.less
- arrowContent.md
- disabled.md
- formError.md
- onVisibleChange.md
- placement.md
- point.md
- showArrow.md
- simple.md
- twoButtons.md
- arrowContent.tsx
- disabled.tsx
- formError.tsx
- onVisibleChange.tsx
- placement.tsx
- point.tsx
- showArrow.tsx
- simple.tsx
- twoButtons.tsx
- changelog.md
- index.md
- index.tsx
- placements.tsx
- Popup.tsx
- Tooltip.tsx
- trigger.js
- index.test.tsx
- popup.test.tsx
- setup.js
- .dumirc.ts
- .editorconfig
- .fatherrc.js
- .fatherrc.ts
- .gitignore
- .prettierignore
- .prettierrc
- CHANGELOG.md
- eslint.config.mjs
- global.d.ts
- LICENSE
- package.json
- README.md
- README.zh-CN.md
- tsconfig.json
- type.d.ts
- vercel.json
# Installation Guide
1. Get the code
git clone https://github.com/react-component/tooltip
Downloads the entire project code from GitHub to your computer.
cd tooltip
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @rc-component/tooltip
Downloads and installs the libraries listed in package.json.
<a href="https://npmjs.org/package/@rc-component/tooltip"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/tooltip.svg?style=flat-square"></a>
Type this command into your terminal and run it.
<a href="https://npmjs.org/package/@rc-component/tooltip"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/tooltip.svg?style=flat-square"></a>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
