jp-simplebar
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i jp-simplebar

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

76.6 kB

Total Files

23

Last publish

Collaborators

  • jp1016