tags
tags copied to clipboard
HTML tags in Go
Fix styling of pagination dummy tags.
Recently I was trying to use tailwindcss in gobuffalo project and it was a painful process to changes the generated code every time I generate a resource, is there any...
Hi, I have a slice of structs that are selectable in a form. The label displayed in the select box is created by implementing the selectable interface on the struct....
The docs say to do this: ```go ``` but that gives this error: ``` (map[string]interface {}) is an invalid argument for f.CheckboxTag at pos 0: expected (string) ``` so it...
I have a field that is described in view as ```
If I design my own form. Can I use some tags in name arguments so to connect it with form_for methods. Like I create my own form and wrap it...
The tag library is very powerful. Also some of the parameters you can pass to the tags are not explained in the docs. It would be nice to explain :...
SEO tags
Optimizing projects for search engines and social medias is a great way to improve a website audience. How about providing some SEO-related tags to help developers to manage this part?...
I'm not sure if this is possible or how should it be done but given Tags is not built inside buffalo we should provide some doc on how to use...
Sometimes you need to add an active class to a list of elements based on the current application route or other conditions, it would be good to provide a helper...