com.vaadin.flow.component.html.

Class Nav

All Implemented Interfaces:

AttachNotifier, ClickNotifier<Nav>, DetachNotifier, HasAriaLabel, HasComponents, HasElement, HasEnabled, HasOrderedComponents, HasSize, HasStyle, HasText, Serializable

@Tag("nav") public class Nav extends HtmlContainer implements ClickNotifier<Nav>, HasOrderedComponents, HasAriaLabel

Component representing a <nav> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • Nav

      public Nav()

      Creates a new empty nav.

    • Nav

      public Nav(Component... components)

      Creates a new nav with the given child components.

      Parameters:

      components - the child components