1.0.3 • Published 2 months ago

ngx-animated-menu v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

ngx-animated-menu

Angular animated menu library, a sleek and dynamic solution to enhance user interaction in web and app interfaces. With a collection of captivating animations and smooth transitions, our library offers a visually appealing way to navigate through menus, creating a seamless and engaging user experience. Whether you're designing a website or a mobile application, our animated menu library adds an extra layer of polish and interactivity to elevate your project to the next level

Features

  • Menu Indicator Animating to selected Menu
  • Responsive Design
  • Custom Color Option
  • Dynamic String & Html Content

Demo

https://srinivasanofficial.github.io/ngx-animated-menu-demo/

Installation

Install ngx-animated-menu via:

  npm i ngx-animated-menu

Once installed you need to import our main module in your application module:

  import { NgxAnimatedMenuModule } from 'ngx-animated-menu';

  @NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    NgxAnimatedMenuModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})

Usage

<ngx-animated-menu
          (menuEmitData)="getEmitData($event)"
          [configData]="configData"
          [menuData]="menuData"
></ngx-animated-menu>

@Input menuData

ParameterTypeDefault Value
menuLabelString or HTML content
valueany
selected (optional)booleantrue
[
    { menuLabel: 'Home', value: 'Home' },
    { menuLabel: 'About', value: 'About' },
    { menuLabel: 'Service', value: 'Service' },
    { menuLabel: 'Blog', value: 'Blog' },
    { menuLabel: 'Contact', value: 'Contact' }
]

@Input configData (Optional)

ParameterTypeDefault Value
menuColorHex Color code'#4c64f5 '
indicatorColorHex Color code'#ffffff'
{
    menuColor: '#4c64f5',
    indicatorColor: '#ffffff'
}

@Output menuEmitData (Optional)

Emit the current Array of data when clicking the corresponding Menu

Authors

Contributing

I am very appreciate for your ideas, proposals and found bugs which you can leave in github issues. Thanks in advance!

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago