File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Please see [demo site](https://ethanselzer.github.io/react-lazy-tree) and [examp
1414## Status
1515[ ![ CircleCI] ( https://img.shields.io/circleci/project/github/ethanselzer/react-lazy-tree.svg )] ( https://circleci.com/gh/ethanselzer/react-lazy-tree )
1616[ ![ Coverage Status] ( https://coveralls.io/repos/github/ethanselzer/react-lazy-tree/badge.svg?branch=master )] ( https://coveralls.io/github/ethanselzer/react-lazy-tree?branch=master )
17+ [ ![ dependencies Status] ( https://david-dm.org/ethanselzer/react-lazy-tree/status.svg )] ( https://david-dm.org/ethanselzer/react-lazy-tree )
18+ [ ![ devDependencies Status] ( https://david-dm.org/ethanselzer/react-lazy-tree/dev-status.svg )] ( https://david-dm.org/ethanselzer/react-lazy-tree?type=dev )
1719[ ![ npm] ( https://img.shields.io/npm/v/react-lazy-tree.svg )] ( https://www.npmjs.com/package/react-lazy-tree )
1820
1921## Installation
@@ -161,6 +163,15 @@ import ReactLazyTree from 'react-lazy-tree'
161163
162164Please [ open an issue] ( https://github.com/ethanselzer/react-lazy-tree/issues ) .
163165
166+ ## Examples
167+
168+ ``` ssh
169+ git clone https://github.com/ethanselzer/react-lazy-tree.git
170+ cd react-lazy-tree/example
171+ npm install
172+ npm start
173+ ```
174+
164175## Development
165176
166177``` ssh
@@ -178,9 +189,7 @@ npm run
178189Please contribute using [ Github Flow] ( https://guides.github.com/introduction/flow/ ) . Create a branch,
179190add commits, and [ open a pull request] ( https://github.com/ethanselzer/react-lazy-tree/compare/ ) .
180191
192+ You are awesome! ✨💫
193+
181194## License
182195MIT
183-
184- - - -
185-
186- You are awesome! ✨💫
You can’t perform that action at this time.
0 commit comments