Top Level Namespace

Defined Under Namespace

Modules: Mayu

Constant Summary collapse

Self =
setup_component(assets: [], styles: {})

Instance Method Summary collapse

Instance Method Details

#handle_click(e) ⇒ Object



3
4
5
# File 'lib/mayu/resources/transformers/__test__/haml/handlers.rb', line 3

def handle_click(e)
  Console.logger.info(self, e)
end

#renderObject

setup



9
10
11
# File 'lib/mayu/resources/transformers/__test__/haml/css.rb', line 9

public def render
  Mayu::VDOM::H[:div, **mayu.merge_props({ key: ["hello"] })]
end