struct Blueprint::SVG::Component(T)

Included Modules

Defined in:

blueprint/svg/component.cr

Constructors

Instance methods inherited from module Blueprint::HTML

to_html : String
to_html(&) : String
to_html

Class methods inherited from module Blueprint::HTML

build(&) : String build

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

unsafe_raw(content : String) : Nil
unsafe_raw(&) : Nil
unsafe_raw

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

Constructor Detail

def self.new(attributes : T) #

[View source]
def self.new(**kwargs) : Blueprint::SVG::Component #

[View source]