module Blueprint::HTML::ElementRegistrar

Direct including types

Defined in:

blueprint/html/element_registrar.cr

Macro Summary

Macro Detail

macro register_element(method_name, tag = nil) #

[View source]
macro register_empty_element(method_name, tag = nil) #

[View source]
macro register_void_element(method_name, tag = nil) #

[View source]