closes #198
This commit is contained in:
@@ -125,6 +125,10 @@ useTippy(targets, {
|
||||
|
||||
## arrow
|
||||
|
||||
<alert type="warning">
|
||||
<a href="/themes" target="_blank">Theme</a> or <a href="/themes#styling-the-arrow" target="_blank">Styling the arrow</a> is required
|
||||
</alert>
|
||||
|
||||
Determines if the tippy has an arrow.
|
||||
|
||||
```js
|
||||
|
||||
@@ -7,6 +7,11 @@ position: 7
|
||||
|
||||
Tippies can have any custom styling via CSS.
|
||||
|
||||
## Base Style
|
||||
|
||||
```js
|
||||
import 'tippy.js/dist/tippy.css'
|
||||
```
|
||||
## Included themes
|
||||
|
||||
The package comes with themes for you to use:
|
||||
|
||||
Reference in New Issue
Block a user