From bc2741419a102530a4019b3acc87d3d6fd0860f8 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Sun, 12 Dec 2021 13:43:41 +0200 Subject: [PATCH] closes #198 --- docs/content/en/props.md | 4 ++++ docs/content/en/themes.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/content/en/props.md b/docs/content/en/props.md index 784c869..1821acf 100644 --- a/docs/content/en/props.md +++ b/docs/content/en/props.md @@ -125,6 +125,10 @@ useTippy(targets, { ## arrow + + Theme or Styling the arrow is required + + Determines if the tippy has an arrow. ```js diff --git a/docs/content/en/themes.md b/docs/content/en/themes.md index 250e9b8..4fea8dc 100644 --- a/docs/content/en/themes.md +++ b/docs/content/en/themes.md @@ -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: