module Blueprint::HTML

Included Modules

Direct including types

Defined in:

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

Class Method Summary

Instance Method Summary

Macros inherited from module Blueprint::HTML::StyleBuilder

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

Macros inherited from module Blueprint::HTML::Helpers

tokens(**conditions) tokens

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

default_form_builder : Form::Builder.class default_form_builder, form_builder(scope : Symbol = :"", builder : Form::Builder.class = default_form_builder, **html_options, &) form_builder, inputs(scope : Symbol | String = :"", &) inputs

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]