All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Display arrow when hover on top level submenu title
- Add toggle option for sidebar and break points
- Add popperArrow prop in Menu component to specify whether to display an arrow to point to sub-menu wrapper on sidebar collapsed
- Use direction:rtl instead of row-reverse
- Fix react-slidedown css import issue #1 from @metadan
- Fix submenu positioning on sidebar collapsed using popperjs and resize-observer-polyfill for resize event listener.
-
Add suffix prop to menuItem and submenu
-
Add prefix prop to menuItem and submenu
-
Add sidebar layout
- Add sidebar header component
- Add sidebar content component
- Add sidebar footer component
- Add prop to submenu component to set the open value
- Add prop to menuItem component to set the active value
- Fix sidebar height overflow
- Fix submenu visibility when collapsed
- Add prop to submenu component to set the default open value
- Update readme
- Merge API tables into one single table use prop instead of name
- Add description on how to use nested sub-menus
- Fix overflow of the sidebar content
- Initial pre release of the react pro sidebar library