Class: Shadcn::NavigationMenuComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Shadcn::NavigationMenuComponent
- Defined in:
- app/components/shadcn/navigation_menu_component.rb
Overview
NavigationMenu component Matches shadcn/ui NavigationMenu component A collection of links for navigating websites
Constant Summary collapse
- BASE_CLASSES =
"relative z-10 flex max-w-max flex-1 items-center justify-center"
Instance Attribute Summary
Attributes inherited from BaseComponent
#class_name, #data, #html_options
Method Summary
Methods inherited from BaseComponent
Methods included from Rails::Helpers::ClassNameHelper
Constructor Details
This class inherits a constructor from Shadcn::BaseComponent