MenuBar component for Vaadin Flow

a MenuBar for Vaadin 10+.

License

License

GroupId

GroupId

com.github.mdre
ArtifactId

ArtifactId

flowmenubar
Last Version

Last Version

0.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

MenuBar component for Vaadin Flow
a MenuBar for Vaadin 10+.
Project URL

Project URL

https://github.com/mdre/FlowMenuBar
Source Code Management

Source Code Management

https://github.com/mdre/FlowMenuBar

Download flowmenubar

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/ -->
<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>flowmenubar</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/
implementation 'com.github.mdre:flowmenubar:0.6.0'
// https://jarcasting.com/artifacts/com.github.mdre/flowmenubar/
implementation ("com.github.mdre:flowmenubar:0.6.0")
'com.github.mdre:flowmenubar:jar:0.6.0'
<dependency org="com.github.mdre" name="flowmenubar" rev="0.6.0">
  <artifact name="flowmenubar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='flowmenubar', version='0.6.0')
)
libraryDependencies += "com.github.mdre" % "flowmenubar" % "0.6.0"
[com.github.mdre/flowmenubar "0.6.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.vaadin : vaadin-bom jar 12.0.0
com.vaadin : vaadin-core jar
org.webjars.bowergithub.vaadin : vaadin-usage-statistics jar 1.0.0-optout

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.

FlowMenuBar

A MenuBar for Vaadin Flow

A simple component that recreate a MenuBar like in Vaadin 8.

TODO:

  • hierarchical menu.

Style variables: Menu: --menu-bar-bg-color: bar brackground color. --menu-bar-color: bar foreground color. --menu-bar-card-bg: card backgound color. --menu-bar-card-border-radius: card border radius.

--menu-bar-hover-top-color --menu-bar-hover-bg-color

Menu Item: --menu-item-hover-bg: hover background color.

Versions

Version
0.6.0
0.5.1