element

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func A

func A(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

A creates a <a> element.

func Abbr

func Abbr(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Abbr creates a <abbr> element.

func Address

func Address(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Address creates a <address> element.

func Area

func Area(attribs ...hatmill.Attrib) hatmill.VoidElement

Area creates a <area> element.

func Article

func Article(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Article creates a <article> element.

func Aside

func Aside(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Aside creates a <aside> element.

func Audio

func Audio(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Audio creates a <audio> element.

func B

func B(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

B creates a <b> element.

func Base

func Base(attribs ...hatmill.Attrib) hatmill.VoidElement

Base creates a <base> element.

func Bdi

func Bdi(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Bdi creates a <bdi> element.

func Bdo

func Bdo(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Bdo creates a <bdo> element.

func Blockquote

func Blockquote(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Blockquote creates a <blockquote> element.

func Body

func Body(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Body creates a <body> element.

func Br

func Br(attribs ...hatmill.Attrib) hatmill.VoidElement

Br creates a <br> element.

func Button

func Button(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Button creates a <button> element.

func Canvas

func Canvas(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Canvas creates a <canvas> element.

func Caption

func Caption(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Caption creates a <caption> element.

func Cite

func Cite(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Cite creates a <cite> element.

func Code

func Code(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Code creates a <code> element.

func Col

func Col(attribs ...hatmill.Attrib) hatmill.VoidElement

Col creates a <col> element.

func Colgroup

func Colgroup(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Colgroup creates a <colgroup> element.

func Data

func Data(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Data creates a <data> element.

func Datalist

func Datalist(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Datalist creates a <datalist> element.

func Dd

func Dd(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Dd creates a <dd> element.

func Del

func Del(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Del creates a <del> element.

func Details

func Details(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Details creates a <details> element.

func Dfn

func Dfn(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Dfn creates a <dfn> element.

func Dialog

func Dialog(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Dialog creates a <dialog> element.

func Div

func Div(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Div creates a <div> element.

func Dl

func Dl(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Dl creates a <dl> element.

func Dt

func Dt(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Dt creates a <dt> element.

func Em

func Em(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Em creates a <em> element.

func Embed

func Embed(attribs ...hatmill.Attrib) hatmill.VoidElement

Embed creates a <embed> element.

func Fieldset

func Fieldset(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Fieldset creates a <fieldset> element.

func Figcaption

func Figcaption(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Figcaption creates a <figcaption> element.

func Figure

func Figure(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Figure creates a <figure> element.

func Footer(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Footer creates a <footer> element.

func Form

func Form(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Form creates a <form> element.

func H1

func H1(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H1 creates a <h1> element.

func H2

func H2(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H2 creates a <h2> element.

func H3

func H3(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H3 creates a <h3> element.

func H4

func H4(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H4 creates a <h4> element.

func H5

func H5(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H5 creates a <h5> element.

func H6

func H6(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

H6 creates a <h6> element.

func Head(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Head creates a <head> element.

func Header(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Header creates a <header> element.

func Hgroup

func Hgroup(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Hgroup creates a <hgroup> element.

func Hr

func Hr(attribs ...hatmill.Attrib) hatmill.VoidElement

Hr creates a <hr> element.

func Html

func Html(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Html creates a <html> element.

func I

func I(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

I creates a <i> element.

func Iframe

func Iframe(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Iframe creates a <iframe> element.

func Img

func Img(attribs ...hatmill.Attrib) hatmill.VoidElement

Img creates a <img> element.

func Input

func Input(attribs ...hatmill.Attrib) hatmill.VoidElement

Input creates a <input> element.

func Ins

func Ins(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Ins creates a <ins> element.

func Kbd

func Kbd(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Kbd creates a <kbd> element.

func Label

func Label(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Label creates a <label> element.

func Legend

func Legend(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Legend creates a <legend> element.

func Li

func Li(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Li creates a <li> element.

func Link(attribs ...hatmill.Attrib) hatmill.VoidElement

Link creates a <link> element.

func Main

func Main(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Main creates a <main> element.

func Map

func Map(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Map creates a <map> element.

func Mark

func Mark(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Mark creates a <mark> element.

func Math

func Math(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Math creates a <math> element.

func Meta

func Meta(attribs ...hatmill.Attrib) hatmill.VoidElement

Meta creates a <meta> element.

func Meter

func Meter(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Meter creates a <meter> element.

func Nav(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Nav creates a <nav> element.

func Noscript

func Noscript(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Noscript creates a <noscript> element.

func Object

func Object(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Object creates a <object> element.

func Ol

func Ol(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Ol creates a <ol> element.

func Optgroup

func Optgroup(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Optgroup creates a <optgroup> element.

func Option

func Option(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Option creates a <option> element.

func Output

func Output(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Output creates a <output> element.

func P

func P(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

P creates a <p> element.

func Param

func Param(attribs ...hatmill.Attrib) hatmill.VoidElement

Param creates a <param> element.

func Picture

func Picture(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Picture creates a <picture> element.

func Pre

func Pre(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Pre creates a <pre> element.

func Progress

func Progress(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Progress creates a <progress> element.

func Q

func Q(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Q creates a <q> element.

func Rp

func Rp(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Rp creates a <rp> element.

func Rt

func Rt(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Rt creates a <rt> element.

func Ruby

func Ruby(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Ruby creates a <ruby> element.

func S

func S(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

S creates a <s> element.

func Samp

func Samp(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Samp creates a <samp> element.

func Script

func Script(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Script creates a <script> element.

func Section

func Section(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Section creates a <section> element.

func Select

func Select(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Select creates a <select> element.

func Slot

func Slot(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Slot creates a <slot> element.

func Small

func Small(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Small creates a <small> element.

func Source

func Source(attribs ...hatmill.Attrib) hatmill.VoidElement

Source creates a <source> element.

func Span

func Span(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Span creates a <span> element.

func Strong

func Strong(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Strong creates a <strong> element.

func Style

func Style(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Style creates a <style> element.

func Sub

func Sub(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Sub creates a <sub> element.

func Summary

func Summary(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Summary creates a <summary> element.

func Sup

func Sup(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Sup creates a <sup> element.

func Svg

func Svg(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Svg creates a <svg> element.

func Table

func Table(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Table creates a <table> element.

func Tbody

func Tbody(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Tbody creates a <tbody> element.

func Td

func Td(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Td creates a <td> element.

func Template

func Template(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Template creates a <template> element.

func Textarea

func Textarea(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Textarea creates a <textarea> element.

func Tfoot

func Tfoot(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Tfoot creates a <tfoot> element.

func Th

func Th(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Th creates a <th> element.

func Thead

func Thead(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Thead creates a <thead> element.

func Time

func Time(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Time creates a <time> element.

func Title

func Title(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Title creates a <title> element.

func Tr

func Tr(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Tr creates a <tr> element.

func Track

func Track(attribs ...hatmill.Attrib) hatmill.VoidElement

Track creates a <track> element.

func U

func U(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

U creates a <u> element.

func Ul

func Ul(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Ul creates a <ul> element.

func Var

func Var(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Var creates a <var> element.

func Video

func Video(attribs ...hatmill.Attrib) func(children ...hatmill.Term) hatmill.ParentElement

Video creates a <video> element.

func Wbr

func Wbr(attribs ...hatmill.Attrib) hatmill.VoidElement

Wbr creates a <wbr> element.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL