module Preact::Component::Elements

Constants

SUPPORTED_HTML_AND_SVG_ELEMENTS

www.w3.org/TR/html52/fullindex.html#index-elements www.w3.org/TR/SVG11/eltindex.html

Public Instance Methods

Fragment(*args, &block) click to toggle source
# File lib/preact/component/elements.rb, line 59
def Fragment(*args, &block)
  `Opal.Preact.internal_prepare_args_and_render(Opal.global.Preact.Fragment, args, block)`
end