An open API service indexing awesome lists of open source software.

https://github.com/arthurlobopro/custom-tooltip


https://github.com/arthurlobopro/custom-tooltip

css-library tooltip tooltips

Last synced: 4 months ago
JSON representation

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!



```