Documentation
¶
Index ¶
- func Class(classes ...any) string
- type AProps
- type AbbrProps
- type AddressProps
- type AreaProps
- type ArticleProps
- type AsideProps
- type Attributes
- type AudioProps
- type BProps
- type BaseProps
- type BdiProps
- type BdoProps
- type BlockquoteProps
- type BodyProps
- type BrProps
- type ButtonProps
- type CanvasProps
- type CaptionProps
- type CiteProps
- type Classes
- type CodeProps
- type ColProps
- type ColgroupProps
- type Component
- func A(props *AProps, children ...Component) Component
- func Abbr(props *AbbrProps, children ...Component) Component
- func Address(props *AddressProps, children ...Component) Component
- func Area(props *AreaProps, children ...Component) Component
- func Article(props *ArticleProps, children ...Component) Component
- func Aside(props *AsideProps, children ...Component) Component
- func Audio(props *AudioProps, children ...Component) Component
- func B(props *BProps, children ...Component) Component
- func Base(props *BaseProps, children ...Component) Component
- func Bdi(props *BdiProps, children ...Component) Component
- func Bdo(props *BdoProps, children ...Component) Component
- func Blockquote(props *BlockquoteProps, children ...Component) Component
- func Body(props *BodyProps, children ...Component) Component
- func Br(props *BrProps, children ...Component) Component
- func Button(props *ButtonProps, children ...Component) Component
- func Canvas(props *CanvasProps, children ...Component) Component
- func Caption(props *CaptionProps, children ...Component) Component
- func Cite(props *CiteProps, children ...Component) Component
- func Code(props *CodeProps, children ...Component) Component
- func Col(props *ColProps, children ...Component) Component
- func Colgroup(props *ColgroupProps, children ...Component) Component
- func Data(props *DataProps, children ...Component) Component
- func Datalist(props *DatalistProps, children ...Component) Component
- func Dd(props *DdProps, children ...Component) Component
- func Del(props *DelProps, children ...Component) Component
- func Details(props *DetailsProps, children ...Component) Component
- func Dfn(props *DfnProps, children ...Component) Component
- func Dialog(props *DialogProps, children ...Component) Component
- func Div(props *DivProps, children ...Component) Component
- func Dl(props *DlProps, children ...Component) Component
- func Dt(props *DtProps, children ...Component) Component
- func Em(props *EmProps, children ...Component) Component
- func Embed(props *EmbedProps, children ...Component) Component
- func Fieldset(props *FieldsetProps, children ...Component) Component
- func Figcaption(props *FigcaptionProps, children ...Component) Component
- func Figure(props *FigureProps, children ...Component) Component
- func Footer(props *FooterProps, children ...Component) Component
- func Form(props *FormProps, children ...Component) Component
- func H[C HComp](comp C, children ...Component) Component
- func H1(props *H1Props, children ...Component) Component
- func H2(props *H2Props, children ...Component) Component
- func H3(props *H3Props, children ...Component) Component
- func H4(props *H4Props, children ...Component) Component
- func H5(props *H5Props, children ...Component) Component
- func H6(props *H6Props, children ...Component) Component
- func Head(props *HeadProps, children ...Component) Component
- func Header(props *HeaderProps, children ...Component) Component
- func Hgroup(props *HgroupProps, children ...Component) Component
- func Hp[P Props, C HpComp[P]](comp C, props P, children ...Component) Component
- func Hr(props *HrProps, children ...Component) Component
- func Html(props *HtmlProps, children ...Component) Component
- func I(props *IProps, children ...Component) Component
- func If(cond bool, a, b Component) Component
- func Iframe(props *IframeProps, children ...Component) Component
- func Img(props *ImgProps, children ...Component) Component
- func Input(props *InputProps, children ...Component) Component
- func Ins(props *InsProps, children ...Component) Component
- func Kbd(props *KbdProps, children ...Component) Component
- func Label(props *LabelProps, children ...Component) Component
- func Legend(props *LegendProps, children ...Component) Component
- func Li(props *LiProps, children ...Component) Component
- func Link(props *LinkProps, children ...Component) Component
- func Main(props *MainProps, children ...Component) Component
- func Map(props *MapProps, children ...Component) Component
- func Mark(props *MarkProps, children ...Component) Component
- func Menu(props *MenuProps, children ...Component) Component
- func Meta(props *MetaProps, children ...Component) Component
- func Meter(props *MeterProps, children ...Component) Component
- func Nav(props *NavProps, children ...Component) Component
- func Noscript(props *NoscriptProps, children ...Component) Component
- func Object(props *ObjectProps, children ...Component) Component
- func Ol(props *OlProps, children ...Component) Component
- func Optgroup(props *OptgroupProps, children ...Component) Component
- func Option(props *OptionProps, children ...Component) Component
- func Output(props *OutputProps, children ...Component) Component
- func P(props *PProps, children ...Component) Component
- func Picture(props *PictureProps, children ...Component) Component
- func Pre(props *PreProps, children ...Component) Component
- func Progress(props *ProgressProps, children ...Component) Component
- func Q(props *QProps, children ...Component) Component
- func Rp(props *RpProps, children ...Component) Component
- func Rt(props *RtProps, children ...Component) Component
- func Ruby(props *RubyProps, children ...Component) Component
- func S(props *SProps, children ...Component) Component
- func Samp(props *SampProps, children ...Component) Component
- func Script(props *ScriptProps, children ...Component) Component
- func Search(props *SearchProps, children ...Component) Component
- func Section(props *SectionProps, children ...Component) Component
- func Select(props *SelectProps, children ...Component) Component
- func Slot(props *SlotProps, children ...Component) Component
- func Small(props *SmallProps, children ...Component) Component
- func Source(props *SourceProps, children ...Component) Component
- func Span(props *SpanProps, children ...Component) Component
- func Strong(props *StrongProps, children ...Component) Component
- func Style(props *StyleProps, children ...Component) Component
- func Sub(props *SubProps, children ...Component) Component
- func Summary(props *SummaryProps, children ...Component) Component
- func Sup(props *SupProps, children ...Component) Component
- func Table(props *TableProps, children ...Component) Component
- func Tag[P Props](name string, props P, children ...Component) Component
- func Tbody(props *TbodyProps, children ...Component) Component
- func Td(props *TdProps, children ...Component) Component
- func Template(props *TemplateProps, children ...Component) Component
- func Text(children ...string) Component
- func Textarea(props *TextareaProps, children ...Component) Component
- func Tfoot(props *TfootProps, children ...Component) Component
- func Th(props *ThProps, children ...Component) Component
- func Thead(props *TheadProps, children ...Component) Component
- func Time(props *TimeProps, children ...Component) Component
- func Title(props *TitleProps, children ...Component) Component
- func Tr(props *TrProps, children ...Component) Component
- func Track(props *TrackProps, children ...Component) Component
- func U(props *UProps, children ...Component) Component
- func Ul(props *UlProps, children ...Component) Component
- func Var(props *VarProps, children ...Component) Component
- func Video(props *VideoProps, children ...Component) Component
- func Wbr(props *WbrProps, children ...Component) Component
- type ComponentFunc
- type Context
- type DataProps
- type DatalistProps
- type DdProps
- type DelProps
- type DetailsProps
- type DfnProps
- type DialogProps
- type DivProps
- type DlProps
- type DtProps
- type EmProps
- type EmbedProps
- type FieldsetProps
- type FigcaptionProps
- type FigureProps
- type FooterProps
- type FormProps
- type GenericProps
- type H1Props
- type H2Props
- type H3Props
- type H4Props
- type H5Props
- type H6Props
- type HComp
- type HCompFunc
- type HeadProps
- type HeaderProps
- type HgroupProps
- type HpComp
- type HrProps
- type HtmlProps
- type IProps
- type IframeProps
- type ImgProps
- type InputProps
- type InsProps
- type KbdProps
- type LabelProps
- type LegendProps
- type LiProps
- type LinkProps
- type MainProps
- type MapProps
- type MarkProps
- type MenuProps
- type MetaProps
- type MeterProps
- type NavProps
- type NoscriptProps
- type ObjectProps
- type OlProps
- type OptgroupProps
- type OptionProps
- type OutputProps
- type PProps
- type PictureProps
- type PreProps
- type ProgressProps
- type Props
- type QProps
- type RpProps
- type RtProps
- type RubyProps
- type SProps
- type SampProps
- type ScriptProps
- type SearchProps
- type SectionProps
- type SelectProps
- type SlotProps
- type SmallProps
- type SourceProps
- type SpanProps
- type StrongProps
- type StyleProps
- type SubProps
- type SummaryProps
- type SupProps
- type TableProps
- type TbodyProps
- type TdProps
- type TemplateProps
- type TextareaProps
- type TfootProps
- type ThProps
- type TheadProps
- type TimeProps
- type TitleProps
- type TrProps
- type TrackProps
- type UProps
- type UlProps
- type VarProps
- type VideoProps
- type WbrProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AbbrProps ¶ added in v0.4.0
type AbbrProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type AddressProps ¶ added in v0.4.0
type AddressProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ArticleProps ¶ added in v0.4.0
type ArticleProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type AsideProps ¶ added in v0.4.0
type AsideProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type Attributes ¶ added in v0.5.0
func Attrs ¶ added in v0.5.0
func Attrs(keyVals ...any) Attributes
type AudioProps ¶ added in v0.4.0
type BProps ¶ added in v0.4.0
type BProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type BaseProps ¶ added in v0.4.0
type BaseProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Href string
Target string
}
type BdiProps ¶ added in v0.4.0
type BdiProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type BdoProps ¶ added in v0.4.0
type BdoProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type BlockquoteProps ¶ added in v0.4.0
type BlockquoteProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Cite string
}
type BodyProps ¶ added in v0.4.0
type BodyProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Onafterprint string
Onbeforeprint string
Onbeforeunload string
Onhashchange string
Onlanguagechange string
Onmessage string
Onmessageerror string
Onoffline string
Ononline string
Onpagehide string
Onpageshow string
Onpopstate string
Onrejectionhandled string
Onstorage string
Onunhandledrejection string
Onunload string
}
type BrProps ¶ added in v0.4.0
type BrProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ButtonProps ¶ added in v0.4.0
type ButtonProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Disabled string
Form string
Formaction string
Formenctype string
Formmethod string
Formnovalidate string
Formtarget string
Name string
Popovertarget string
Popovertargetaction string
Type string
Value string
}
type CanvasProps ¶ added in v0.4.0
type CanvasProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Width string
Height string
}
type CaptionProps ¶ added in v0.4.0
type CaptionProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type CiteProps ¶ added in v0.4.0
type CiteProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type CodeProps ¶ added in v0.4.0
type CodeProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ColProps ¶ added in v0.4.0
type ColProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Span string
}
type ColgroupProps ¶ added in v0.4.0
type ColgroupProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Span string
}
type Component ¶
type Component interface {
Render(w io.Writer) error
RenderIndent(w io.Writer, prefix string, indent string) error
}
func Address ¶
func Address(props *AddressProps, children ...Component) Component
func Article ¶
func Article(props *ArticleProps, children ...Component) Component
func Aside ¶
func Aside(props *AsideProps, children ...Component) Component
func Audio ¶
func Audio(props *AudioProps, children ...Component) Component
func Blockquote ¶
func Blockquote(props *BlockquoteProps, children ...Component) Component
func Button ¶
func Button(props *ButtonProps, children ...Component) Component
func Canvas ¶
func Canvas(props *CanvasProps, children ...Component) Component
func Caption ¶
func Caption(props *CaptionProps, children ...Component) Component
func Colgroup ¶
func Colgroup(props *ColgroupProps, children ...Component) Component
func Datalist ¶
func Datalist(props *DatalistProps, children ...Component) Component
func Details ¶
func Details(props *DetailsProps, children ...Component) Component
func Dialog ¶
func Dialog(props *DialogProps, children ...Component) Component
func Embed ¶
func Embed(props *EmbedProps, children ...Component) Component
func Fieldset ¶
func Fieldset(props *FieldsetProps, children ...Component) Component
func Figcaption ¶
func Figcaption(props *FigcaptionProps, children ...Component) Component
func Figure ¶
func Figure(props *FigureProps, children ...Component) Component
func Footer ¶
func Footer(props *FooterProps, children ...Component) Component
func Header ¶
func Header(props *HeaderProps, children ...Component) Component
func Hgroup ¶
func Hgroup(props *HgroupProps, children ...Component) Component
func Iframe ¶
func Iframe(props *IframeProps, children ...Component) Component
func Input ¶
func Input(props *InputProps, children ...Component) Component
func Label ¶
func Label(props *LabelProps, children ...Component) Component
func Legend ¶
func Legend(props *LegendProps, children ...Component) Component
func Meter ¶
func Meter(props *MeterProps, children ...Component) Component
func Noscript ¶
func Noscript(props *NoscriptProps, children ...Component) Component
func Object ¶
func Object(props *ObjectProps, children ...Component) Component
func Optgroup ¶
func Optgroup(props *OptgroupProps, children ...Component) Component
func Option ¶
func Option(props *OptionProps, children ...Component) Component
func Output ¶
func Output(props *OutputProps, children ...Component) Component
func Picture ¶
func Picture(props *PictureProps, children ...Component) Component
func Progress ¶
func Progress(props *ProgressProps, children ...Component) Component
func Script ¶
func Script(props *ScriptProps, children ...Component) Component
func Search ¶ added in v0.4.0
func Search(props *SearchProps, children ...Component) Component
func Section ¶
func Section(props *SectionProps, children ...Component) Component
func Select ¶
func Select(props *SelectProps, children ...Component) Component
func Small ¶
func Small(props *SmallProps, children ...Component) Component
func Source ¶
func Source(props *SourceProps, children ...Component) Component
func Strong ¶
func Strong(props *StrongProps, children ...Component) Component
func Style ¶
func Style(props *StyleProps, children ...Component) Component
func Summary ¶
func Summary(props *SummaryProps, children ...Component) Component
func Table ¶
func Table(props *TableProps, children ...Component) Component
func Tbody ¶
func Tbody(props *TbodyProps, children ...Component) Component
func Template ¶
func Template(props *TemplateProps, children ...Component) Component
func Textarea ¶
func Textarea(props *TextareaProps, children ...Component) Component
func Tfoot ¶
func Tfoot(props *TfootProps, children ...Component) Component
func Thead ¶
func Thead(props *TheadProps, children ...Component) Component
func Title ¶
func Title(props *TitleProps, children ...Component) Component
func Track ¶
func Track(props *TrackProps, children ...Component) Component
func Video ¶
func Video(props *VideoProps, children ...Component) Component
type ComponentFunc ¶ added in v0.4.0
type DataProps ¶ added in v0.4.0
type DataProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Value string
}
type DatalistProps ¶ added in v0.4.0
type DatalistProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type DdProps ¶ added in v0.4.0
type DdProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type DelProps ¶ added in v0.4.0
type DelProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Cite string
Datetime string
}
type DetailsProps ¶ added in v0.4.0
type DetailsProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Open string
}
type DfnProps ¶ added in v0.4.0
type DfnProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type DialogProps ¶ added in v0.4.0
type DialogProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Open string
}
type DivProps ¶ added in v0.4.0
type DivProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type DlProps ¶ added in v0.4.0
type DlProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type DtProps ¶ added in v0.4.0
type DtProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type EmProps ¶ added in v0.4.0
type EmProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type EmbedProps ¶ added in v0.4.0
type FieldsetProps ¶ added in v0.4.0
type FieldsetProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Disabled string
Form string
Name string
}
type FigcaptionProps ¶ added in v0.4.0
type FigcaptionProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type FigureProps ¶ added in v0.4.0
type FigureProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type FooterProps ¶ added in v0.4.0
type FooterProps struct {
}
type GenericProps ¶ added in v0.4.0
type GenericProps struct {
Accesskey string
Autocapitalize string
Autofocus bool
Contenteditable string
Dir string
Draggable bool
Enterkeyhint string
Hidden string
Inputmode string
Is string
Itemid string
Itemprop string
Itemref string
Itemscope bool
Itemtype string
Lang string
Nonce string
Spellcheck bool
Tabindex int
Title string
Translate bool
}
type H1Props ¶ added in v0.4.0
type H1Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type H2Props ¶ added in v0.4.0
type H2Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type H3Props ¶ added in v0.4.0
type H3Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type H4Props ¶ added in v0.4.0
type H4Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type H5Props ¶ added in v0.4.0
type H5Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type H6Props ¶ added in v0.4.0
type H6Props struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type HeadProps ¶ added in v0.4.0
type HeadProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type HeaderProps ¶ added in v0.4.0
type HeaderProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type HgroupProps ¶ added in v0.4.0
type HgroupProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type HpComp ¶ added in v0.5.0
type HpComp[P Props] interface { ComponentFunc[P] | string }
type HrProps ¶ added in v0.4.0
type HrProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type HtmlProps ¶ added in v0.4.0
type HtmlProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Manifest string
}
type IProps ¶ added in v0.4.0
type IProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type IframeProps ¶ added in v0.4.0
type InputProps ¶ added in v0.4.0
type InputProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Accept string
Alt string
Autocomplete string
Checked string
Dirname string
Disabled string
Form string
Formaction string
Formenctype string
Formmethod string
Formnovalidate string
Formtarget string
Height string
List string
Max string
Maxlength string
Min string
Minlength string
Multiple string
Name string
Pattern string
Placeholder string
Popovertarget string
Popovertargetaction string
Readonly string
Required string
Size string
Src string
Step string
Type string
Value string
Width string
}
type InsProps ¶ added in v0.4.0
type InsProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Cite string
Datetime string
}
type KbdProps ¶ added in v0.4.0
type KbdProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type LabelProps ¶ added in v0.4.0
type LabelProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
For string
}
type LegendProps ¶ added in v0.4.0
type LegendProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type LiProps ¶ added in v0.4.0
type LiProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Value string
}
type LinkProps ¶ added in v0.4.0
type LinkProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Href string
Crossorigin string
Rel string
As string
Media string
Hreflang string
Type string
Sizes string
Imagesrcset string
Imagesizes string
Referrerpolicy string
Integrity string
Blocking string
Color string
Disabled string
Fetchpriority string
}
type MainProps ¶ added in v0.4.0
type MainProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type MapProps ¶ added in v0.4.0
type MapProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Name string
}
type MarkProps ¶ added in v0.4.0
type MarkProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type MenuProps ¶ added in v0.4.0
type MenuProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type MeterProps ¶ added in v0.4.0
type NoscriptProps ¶ added in v0.4.0
type NoscriptProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ObjectProps ¶ added in v0.4.0
type OlProps ¶ added in v0.4.0
type OlProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Reversed string
Start string
Type string
}
type OptgroupProps ¶ added in v0.4.0
type OptgroupProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Disabled string
Label string
}
type OptionProps ¶ added in v0.4.0
type OptionProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Disabled string
Label string
Selected string
Value string
}
type OutputProps ¶ added in v0.4.0
type OutputProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
For string
Form string
Name string
}
type PProps ¶ added in v0.4.0
type PProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type PictureProps ¶ added in v0.4.0
type PictureProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type PreProps ¶ added in v0.4.0
type PreProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ProgressProps ¶ added in v0.4.0
type ProgressProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Value string
Max string
}
type QProps ¶ added in v0.4.0
type QProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Cite string
}
type RpProps ¶ added in v0.4.0
type RpProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type RtProps ¶ added in v0.4.0
type RtProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type RubyProps ¶ added in v0.4.0
type RubyProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SProps ¶ added in v0.4.0
type SProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SampProps ¶ added in v0.4.0
type SampProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type ScriptProps ¶ added in v0.4.0
type SearchProps ¶ added in v0.4.0
type SearchProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SectionProps ¶ added in v0.4.0
type SectionProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SelectProps ¶ added in v0.4.0
type SlotProps ¶ added in v0.4.0
type SlotProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Name string
}
type SmallProps ¶ added in v0.4.0
type SmallProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SourceProps ¶ added in v0.4.0
type SpanProps ¶ added in v0.4.0
type SpanProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type StrongProps ¶ added in v0.4.0
type StrongProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type StyleProps ¶ added in v0.4.0
type StyleProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Media string
Blocking string
}
type SubProps ¶ added in v0.4.0
type SubProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SummaryProps ¶ added in v0.4.0
type SummaryProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type SupProps ¶ added in v0.4.0
type SupProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TableProps ¶ added in v0.4.0
type TableProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TbodyProps ¶ added in v0.4.0
type TbodyProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TdProps ¶ added in v0.4.0
type TdProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Colspan string
Rowspan string
Headers string
}
type TemplateProps ¶ added in v0.4.0
type TemplateProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TextareaProps ¶ added in v0.4.0
type TfootProps ¶ added in v0.4.0
type TfootProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TheadProps ¶ added in v0.4.0
type TheadProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TimeProps ¶ added in v0.4.0
type TimeProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
Datetime string
}
type TitleProps ¶ added in v0.4.0
type TitleProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TrProps ¶ added in v0.4.0
type TrProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type TrackProps ¶ added in v0.4.0
type UProps ¶ added in v0.4.0
type UProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type UlProps ¶ added in v0.4.0
type UlProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type VarProps ¶ added in v0.4.0
type VarProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
type VideoProps ¶ added in v0.4.0
type WbrProps ¶ added in v0.4.0
type WbrProps struct {
*GenericProps
X Attributes
ID string
Class string
Style map[string]string
}
Click to show internal directories.
Click to hide internal directories.