-
-
Notifications
You must be signed in to change notification settings - Fork 72
Home
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.
Tags is a library build to easily build HTML tags in Go, This package is especially useful when using http://gobuffalo.io.
In order to get tags you just go get
it:
go get -u -v github.com/gobuffalo/tags/...
Tags provides a set of available tag functions, some of them nested the rest can be used separately.
Buffalo ships with 3 helpers:
One common question is the difference between Form
and FormFor
, you can find details in here
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