Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
namirali committed May 30, 2020
1 parent 340dc51 commit d92618a
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 215 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
node_modules
.idea
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
![](https://announcekit.app/images/[email protected])


The easiest way to use AnnounceKit widgets in your VueJS App.

**Visit [https://announcekit.app](https://announcekit.app) to get started with AnnounceKit.**

[Live demo](https://codesandbox.io/s/vue-template-xppok)
[CodeSandbox Demo](https://codesandbox.io/s/announcekit-vue20-demo-jcfjf)

[Documentation](https://announcekit.app/docs/vuejs)

Expand All @@ -29,7 +27,11 @@ yarn add announcekit-vue
</li>
<li>
<a href="#" class="ak-trigger">News
<AnnounceKit catchClick=".ak-trigger" widget="https://announcekit.app/widget/adyGk"/>
<AnnounceKit
catchClick=".ak-trigger"
widget="https://announcekit.app/widgets/v2/31nbbO"
:user="optional_UserData"
:data='optional_SegmentationData' />
</a>
</li>
</ul>
Expand All @@ -56,7 +58,8 @@ Common props you may want to specify include:
- `catchClick` - Element selector to catch clicks and open the widget.
- `floatWidget` - Set true if the widget is a Float widget.
- `embedWidget` - Set true if the widget is a Embed widget.
- `userData` - User properties (for user tracking)
- `user` - User properties (for user tracking)
- `data` - Segmentation data
- `onWidgetOpen` - Called when the widget is opened.
- `onWidgetClose` - Called when the widget is closed.
- `onWidgetResize` - Called when the widget is resized.
Expand Down
Loading

0 comments on commit d92618a

Please sign in to comment.