Skip to content

🍫 πŸ˜‡ Easily add nav-bar to your angular project

Notifications You must be signed in to change notification settings

PJijin/Simple-Bar

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simplebar

Examples SimpleBar SimpleBar SimpleBar SimpleBar SimpleBar 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 emast007@gmail.com

About

🍫 πŸ˜‡ Easily add nav-bar to your angular project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CSS 41.2%
  • TypeScript 37.0%
  • JavaScript 12.0%
  • HTML 9.8%