Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 350 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 350 Bytes

TemplUI

Anchor

import "github.com/iamajoe/templui/anchor"

@anchor.New(
    WithID("zing"),
    WithClasses("foo"),
    WithAttributes(map[string]any{"data-zed": "zung"}),
    WithTarget(TargetBlank),
    WithHref("https://google.com"),
    func(c *Anchor) {
        c.ClassNames = append(c.ClassNames, "bar")
    },
)