Class: FComponents::Base
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- FComponents::Base
- Extended by:
- FSupport::Attributes
- Includes:
- ComponentsHelper
- Defined in:
- app/components/f_components/base.rb
Direct Known Subclasses
Avatar::Component, FComponents::Button::Component, Collapsible::Component, Dropdown::Component, FormField::Component, ResourceTable::Component, Table::Component, Table::Desktop::Component, Table::Mobile::Component
Class Method Summary collapse
Methods included from ComponentsHelper
Class Method Details
.call ⇒ Object
10 11 12 |
# File 'app/components/f_components/base.rb', line 10 def self.call(...) new(...) end |