diff --git a/README.md b/README.md index 598ae8b..0a3c18b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ [![npm](https://img.shields.io/npm/v/vue-context.svg)](https://www.npmjs.org/package/vue-context) [![npm](https://img.shields.io/npm/dt/vue-context.svg)](https://www.npmjs.org/package/vue-context) + + + A simple yet flexible context menu for Vue. It is styled for the standard `ul` tag, but any menu template can be used. The only dependency this package has is Vue, @@ -11,6 +14,12 @@ can easily be overridden. The menu disappears when you expect by using the `onblur` event and it also disappears when clicked on. +![Screenshot](screenshot.png) + +## Demo + +[Demo site](https://rawilk.github.io/vue-context) + ## Note The API has changed. Check [v2.0.1 documentation](https://github.com/rawilk/vue-context/blob/master/docs/2.0.1.md) if you use the old version. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..e969490 Binary files /dev/null and b/screenshot.png differ