Skip to content

Commit 2b825e0

Browse files
committed
docs: improve docs
1 parent a88e647 commit 2b825e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Vue Rough Notation
22

3+
![npm](https://img.shields.io/npm/v/vue-rough-notation)
4+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue-rough-notation)
5+
![GitHub](https://img.shields.io/github/license/Leecason/vue-rough-notation)
6+
37
![Rough Notation logo](https://roughnotation.com/images/social.png)
48

59
A Vue wrapper for [RoughNotation](https://roughnotation.com/), a small JavaScript library to create and animate annotations on a web page.
@@ -54,3 +58,7 @@ Type: `string`
5458
Default: `'div'`
5559

5660
String HTML tag name (default: `div`); if falsy (for example `null` or `undefined`), the component will be renderless (the content won't be wrapped in a tag), in this case, only the first child will be rendered
61+
62+
## License
63+
64+
[MIT](https://github.com/Leecason/vue-rough-notation/blob/master/LICENSE)

0 commit comments

Comments
 (0)