https://github.com/arthurlobopro/custom-tooltip
https://github.com/arthurlobopro/custom-tooltip
css-library tooltip tooltips
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arthurlobopro/custom-tooltip
- Owner: ArthurLobopro
- License: mit
- Created: 2024-06-24T20:28:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T21:32:29.000Z (over 1 year ago)
- Last Synced: 2025-06-01T00:49:46.410Z (about 1 year ago)
- Topics: css-library, tooltip, tooltips
- Language: SCSS
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# custom-tooltip
A CSS package to use custom tooltips on your site
## How to use
* Install the package with `npm` or `yarn`
You can import the package from your CSS like this:
```css
@import url('path/to/node_modules/@arthur-lobo/custom-tooltip/dist/index.css');
/*Your css here*/
```
You can also import directly into your HTML:
```html
Hover me!
Hello!
```