Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 452 Bytes

NgxCollapsibleSidebar

A simple wrapper over mat-sidenav that gives the functionality for the collapsed view of the sidebar.

Installation:

via npm:

$ npm install ngx-collapsible-sidebar --save

Note: You need to have angular-material as dependency on your project. Currently we only support Angular Material design.

Usage

You can see the src folder that contains an example demonstrating the full usage of the package.