jp-simplebar
v0.0.2
Published
Easily add navbar to your angular project,visit github for installation and usage information
Downloads
3
Maintainers
Readme
Simplebar
💡 Simplebar Library: Easily add navbar to your angular project
🚀 Installation
Step 1. Install the SimpleBar through NPM
npm install jp-simplebar
Step 2. Add the dependency to app.module.ts
import {SimplebarComponent} from '../../node_modules/jp-simplebar'
@NgModule({
declarations: [
AppComponent,
SimplebarComponent
],
...
🔥 Usage
<jp-simplebar
[title]="'Github'" [imageUrl]="'https://ultimatepail.com/wp-content/uploads/2015/06/GitHub-Logo.png'">
</jp-simplebar>
License
MIT 🍻 For any queries mail me at [email protected]