Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
jguze committed Jun 7, 2021
1 parent 05e4553 commit 1975ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

An easy-to-use popover component for Svelte 3 with out-of-the-box functionality.

View the [Docs](https://jguze.github.io/svelte-easy-popover/) and [detailed usage](https://jguze.github.io/svelte-easy-popover/?path=/docs/examples-popover--tooltip-style-appearing-above-the-reference-element).

This component is very flexible, while providing a lot of out-of-the-box functionality:

1. Built in click, hover, and focus events to trigger showing the popover
Expand All @@ -10,8 +12,6 @@ This component is very flexible, while providing a lot of out-of-the-box functio
3. Flexible. The `isOpen` parameter lets you build the interaction exactly how you'd wish
4. Extensible. This component uses [Popper](https://popper.js.org/) underneath, and exposes the popperOptions to you.

This style makes it easy to build tooltips, context menus, and dropdown components with little extra work. A few of these scenarios are shown in the [examples]() in the [docs]().

# Install

```
Expand Down

0 comments on commit 1975ac6

Please sign in to comment.