Module: LucidFunc::Mixin

Defined in:
lib/isomorfeus_preact/lucid_func/mixin.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
9
10
# File 'lib/isomorfeus_preact/lucid_func/mixin.rb', line 3

def self.included(base)
  base.include(::LucidFunc::Initializer)
  base.include(::Preact::FunctionComponent::Api)
  base.extend(::LucidFunc::NativeComponentConstructor)
  base.include(::Preact::Component::Elements)
  base.include(::LucidComponent::Api)
  base.include(::LucidComponent::StylesApi)
end