1.0.3 • Published 11 months ago

ngx-waterfall-library v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

ngx-waterfall-menu

How to use it:

To use this package just import the package as below:

import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; import { NgxWaterfallLibraryModule } from 'ngx-waterfall-library'; @NgModule({ declarations: AppComponent, imports: BrowserModule, NgxWaterfallLibraryModule, providers: [], bootstrap: AppComponent, }) export class AppModule {}

and inside the template file:

<ngx-waterfall-library dir="'rtl'">

inputs:

propertytypeexample
menusobject[]{ title: 'test1', children: { title: 'Sub-test-1' } }
dirstring'ltr' or 'rtl'

To show chevron icons, import bootstrap-icons.

1.0.3

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago