Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

1.0.0.alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tulioag tulioag released this 12 Oct 14:28
· 72 commits to master since this release

AppLayout is a component providing a quick and easy way to get a common application layout structure done

Features:

  • Creates a common application layout
  • Hides the branding logo on small screens
  • Allows to add navigation and action menu items
  • Allows to set icons to menu items

Changes since last release:

  • Updated component version
  • Improved API that allows replacing the menu with any element
  • Added helper methods to create menu items
  • Add before and after navigate hooks
  • Bug fixes