Skip to content

Commit 743e8e8

Browse files
authored
Update README.md
1 parent a715af6 commit 743e8e8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
Live virtual parent for nodes. Transparent group of nodes. No DOM patching. Production targeted.
44

5-
[npm package](https://www.npmjs.com/package/node-group)
6-
7-
[StackBlitz Playground](https://stackblitz.com/edit/node-group)
5+
<a href="https://www.npmjs.com/package/node-group">
6+
<img src="https://img.shields.io/npm/v/node-group?color=007ec6" />
7+
<img alt="npm package minimized gzipped size" src="https://img.shields.io/bundlejs/size/node-group">
8+
</a>
9+
<a href="http://commitizen.github.io/cz-cli/"><img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" alt="Commitizen friendly" /></a>
10+
<a href="https://stackblitz.com/edit/node-group"><img alt="Static Badge" src="https://img.shields.io/badge/Playground%20Available-1389fd?logo=lightning"></a>
811

912
```js
1013
const parent1 = document.createElement("div")

0 commit comments

Comments
 (0)