module Blueprint::HTML

Included Modules

Defined in:

blueprint/html.cr
blueprint/html/attributes_handler.cr
blueprint/html/builder.cr

Class Method Summary

Instance Method Summary

Instance methods inherited from module Blueprint::HTML::Utils

raw(content : SafeObject) : Nil raw

Macros inherited from module Blueprint::HTML::StyleBuilder

build_style(**styles) build_style, style_builder(&block) style_builder

Instance methods inherited from module Blueprint::HTML::Helpers

safe(value) : SafeValue safe

Macros inherited from module Blueprint::HTML::Helpers

tokens(**conditions) tokens

Macros inherited from module Blueprint::HTML::ElementRegistrar

register_element(method_name, tag = nil) register_element, register_empty_element(method_name, tag = nil) register_empty_element, register_void_element(method_name, tag = nil) register_void_element

Macros inherited from module Blueprint::HTML::ComponentRegistrar

register_component(helper_method, component_class, block = true) register_component

Class Method Detail

def self.build(&) : String #

[View source]

Instance Method Detail

def to_s(buffer : String::Builder) : Nil #

[View source]
def to_s : String #

[View source]
def to_s(buffer : String::Builder, &) : Nil #

[View source]
def to_s(&) : String #

[View source]