Registry / web-framework / gobuffalo-tags-v3

gobuffalo-tags-v3

JSON →
library3.1.4gogounverified

Buffalo Tags provides HTML tag generation helpers for the Buffalo web framework.

go get github.com/gobuffalo/tags/v3
INSTALL
IMPORT
SIG · GOBUFFALO-TAGS-V3
G
gobuffalo-tags-v3
web-frameworkgov3.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tags
github.com/gobuffalo/tags/v3

Create an HTML div tag with a class attribute

package main import ( "fmt" "github.com/gobuffalo/tags/v3" ) func main() { t := tags.New("div", tags.Options{"class": "container"}) fmt.Println(t.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gobuffalo-tags-v3 — go get gobuffalo-tags-v3 · libregistry