Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eliortabeka/tootik

A pure CSS/SCSS/LESS Tooltips library. Super easy to use, No JavaScript required.
https://github.com/eliortabeka/tootik

Last synced: 3 months ago
JSON representation

A pure CSS/SCSS/LESS Tooltips library. Super easy to use, No JavaScript required.

Awesome Lists containing this project

README

        

## Tootik

A pure **CSS/SCSS/LESS Tooltip** library. Super easy to use, No JavaScript required.

### Tooltip Generator:
https://eliortabeka.github.io/tootik/

![tootik playground](/tootik.gif)

### Demo
https://eliortabeka.github.io/tootik/

### Installation

**CDN:**
```
https://unpkg.com/[email protected]/css/tootik.min.css
```

**Using npm:**
```
npm install tootik
```

**Using bower:**
```
bower install tootik
```

**Manually:**
Download `tootik.min.css` from this repo or from [demo site](https://eliortabeka.github.io/tootik/) and add it to your HTML. e.g.
```html

```

Define a **data-tootik** attribute in your element and let the magic happens.

```html
...
```

Additionally, you can define a **data-tootik-conf** attribute to either change position or use a feature.

```html
...
```

### Positioning

```html
Top
Right
Bottom
Left
```

### Types

```html
invert
success
info
warning
danger
```

### Features

```html
shadow
delay
multiline
no-fading
no-arrow
square
```

### Credit

Handcrafted with love by [Elior Shalev Tabeka](http://codepen.io/eliortabeka)

LESS syntax by [Elena Torro](https://github.com/elenatorro)