Class: Shadcn::MenubarComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Shadcn::MenubarComponent
- Defined in:
- app/components/shadcn/menubar_component.rb
Overview
Menubar component Matches shadcn/ui Menubar component A visually persistent menu common in desktop applications
Constant Summary collapse
- BASE_CLASSES =
"flex h-9 items-center space-x-1 rounded-md border bg-background p-1 shadow-sm"
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