Class: Shadcn::TableComponent
- Inherits:
-
BaseComponent
- Object
- ViewComponent::Base
- BaseComponent
- Shadcn::TableComponent
- Defined in:
- app/components/shadcn/table_component.rb
Overview
Table component for displaying tabular data Matches shadcn/ui Table component
Constant Summary collapse
- BASE_CLASSES =
"w-full caption-bottom text-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