Skip to content

Commit

Permalink
Merge pull request #4 from BigBasket/dev
Browse files Browse the repository at this point in the history
License and images for v1.0.0
  • Loading branch information
sivaavkd committed Aug 10, 2020
2 parents 07b3075 + 0fce6f7 commit df8d1d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Inspired from the official react-admin [demo application](https://marmelab.com/r

* React-Admin 3.x

![React-Admin Demo](./assets/ra-demo.png)
<img src="./assets/ra-demo.png" alt="React Admin Demo">


# Installation
Expand All @@ -36,7 +36,7 @@ To use `ra-treemenu` in your react-admin application:

This should give you a menu structure like below:

![Tree image](./assets/tree.png)
<img src="./assets/tree.png" alt="Tree Image">

# Examples

Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@
"name": "@bb-tech/ra-treemenu",
"version": "1.0.0",
"description": "A tree-like menu implementation for react-admin applications.",
"author": "BigBasket Engineering",
"author": "BigBasket Tech",
"repository": "BigBasket/ra-treemenu",
"license": "MIT",
"keywords": [
"ra-tree",
"ra-menu",
"ra-tree-menu",
"ra-menu-tree",
"ra-menutree",
"tree-menu",
"tree",
"menu",
"react-admin",
"ra"
],
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down

0 comments on commit df8d1d1

Please sign in to comment.