mirror of
https://github.com/cupcakearmy/svelte-hint.git
synced 2024-12-23 16:36:26 +00:00
readme and rearrange directions
This commit is contained in:
parent
273af813b1
commit
febedffb26
BIN
.github/screen.png
vendored
Normal file
BIN
.github/screen.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -2,7 +2,9 @@
|
||||
|
||||
Svelte library for tooltips internally powered by the awesome [Popper.js](https://popper.js.org/) with sensible default values.
|
||||
|
||||
Check out the **[demo]()** to see it in action.
|
||||
Check out the **[demo](https://svelte-hint.pages.dev/)** to see it in action.
|
||||
|
||||
![Screenshot](.github/screen.png)
|
||||
|
||||
## 🌈 Features
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
import interact from 'interactjs'
|
||||
import { onMount } from 'svelte'
|
||||
|
||||
const directions = ['auto', 'top', 'right', 'bottom', 'left']
|
||||
const directions = ['auto', 'left', 'top', 'bottom', 'right']
|
||||
const aligns = ['start', 'center', 'end']
|
||||
|
||||
let offset = 4
|
||||
|
Loading…
Reference in New Issue
Block a user