module LucidFunc::Mixin
Public Class Methods
included(base)
click to toggle source
# 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