Giter VIP home page Giter VIP logo

flat-menu's Introduction

FlatMenuVertical

Simple version of MegaMenu customized for my needs.

Types

export interface MenuItem {
    label?: string;
    icon?: string;
    command?: (event?: any) => void;
    url?: string;
    routerLink?: any;
    eventEmitter?: EventEmitter<any>;
    items?: MenuItem[];
    expanded?: boolean;
    disabled?: boolean;
    visible?: boolean;
    target?: string;
    image?: string;
}

Properties

menuItems - an array of menu items of type MenuItem

rootHoverClass - string, a CSS class which will be added to the item of the root tree, when the the mouse is over the item and the show panel. There is a need of having this class, if you want to persist the mouse over effect while moving over show panel.

fixedTop - boolean (default false), if set to true, the upper edge of show panel does not follow the muse, but stays fixed at the top of the root tree.

depth - number (default 2), the maximal depth of subitems. If set to 0, no menu will appear.

Example of HTML code

<flat-menu-vertical [depth]="3" [menuItems]="items" [rootHoverClass]="'root-hover-class'" [fixedTop]="false"></flat-menu-vertical>

flat-menu's People

Contributors

pehu71 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.