# Sidebar

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.1.

## Code scaffolding

Install the package then import the `SidebarModule`

Insert the component in app.component.html `<x-sidebar [isOpen]='false' [headerTitle]='Header'></x-sidebar>`


Insert your custom template in  `<xsidebar-content-wrapper></xsidebar-content-wrapper>`

Inputs 

 ` @Input() isOpen: boolean;`
 ` @Input() headerTitle = '';`
 ` @Input() isHeaderRequired = false;`
 ` @Input() top = 70;`



THE END
