Skip to content
Antonio Pagano edited this page Jan 27, 2018 · 15 revisions

Welcome to the Tags wiki, on this page you will find all the information you need to use tags.

What is Tags ?

Tags is a library build to easily build HTML tags in Go, This package is especially useful when using http://gobuffalo.io.

How do i get Tags ?

In order to get tags you just go get it:

go get -u -v github.com/gobuffalo/tags/...

Available Tags

Tags provides a set of available tag functions, some of them nested the rest can be used separately.

Buffalo Available Helpers

Buffalo ships with 3 helpers:

One common question is the difference between Form and FormFor, you can find details in here

Bootstrap

In case you use Bootstrap, tags has you covered, form tags generation is covered by the bootstrap package here, you can use the bootstrap version of Form and FormFor and you're all-set.

You can read more details in here