Skip to content

Commit

Permalink
fix: markup in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firec0der committed Dec 1, 2016
1 parent 6628330 commit 381f2be
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Expand Up @@ -19,13 +19,15 @@ The purpose of the project is to create reusable multilevel menu.
## Configuration
Basic use of the MultilevelMenu can be described with:
```javascript
<MenuList
listClass={'context-menu'}
itemClass={'context-menu-item'}
triangleClassName={'context-menu-item-triangle'}
position={{top: 50, left: 40}}
clickItemCallback={this.clickItemCallback}
show={true} items={items} />
<MenuList
listClass="context-menu"
itemClass="context-menu-item"
triangleClassName="context-menu-item-triangle"
position={{ top: 50, left: 40 }}
clickItemCallback={this.clickItemCallback}
show
items={items}
/>
```

## API
Expand Down

0 comments on commit 381f2be

Please sign in to comment.