Skip to content

Commit 0ba716f

Browse files
committed
docs: add badges
1 parent 3fc4fb9 commit 0ba716f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# react-vtree
2+
[![Latest Stable Version](https://img.shields.io/npm/v/react-vtree.svg)](https://www.npmjs.com/package/react-vtree)
3+
[![License](https://img.shields.io/npm/l/react-vtree.svg)](./LICENSE)
4+
[![Build Status](https://img.shields.io/travis/Lodin/react-vtree/master.svg)](https://travis-ci.org/Lodin/react-vtree)
5+
[![Test Coverage](https://img.shields.io/codecov/c/github/Lodin/react-vtree/master.svg)](https://codecov.io/gh/Lodin/react-vtree)
26

37
This component is designed as a basic solution for rendering huge tree structures without affecting performance. Under
48
the hood it uses [react-virtualized](https://github.com/bvaughn/react-virtualized) library and also can be considered

0 commit comments

Comments
 (0)