All Projects → gobuffalo → tags

gobuffalo / tags

Licence: MIT license
HTML tags in Go

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to tags

V Selectpage
SelectPage for Vue2, list or table view of pagination, use tags for multiple selection, i18n and server side resources supports
Stars: ✭ 211 (+322%)
Mutual labels:  front-end, tags
form-data-json
A zero dependency, cross browser library to easily get or set/manipulate form input values as/from a json object.
Stars: ✭ 37 (-26%)
Mutual labels:  forms
Emory-BMI-GSoC
Emory BMI GSoC Project Ideas
Stars: ✭ 27 (-46%)
Mutual labels:  front-end
ListViewWithSubListView
Xamarin.Forms Expandable ListView With Sub-ListView MVVM Pattern
Stars: ✭ 40 (-20%)
Mutual labels:  forms
yhtml5-tutorial
the tutorial for learning Front-end technology
Stars: ✭ 19 (-62%)
Mutual labels:  front-end
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (-42%)
Mutual labels:  forms
view component-form
Rails FormBuilder for ViewComponent
Stars: ✭ 120 (+140%)
Mutual labels:  forms
svg-tag-mode
A minor mode for Emacs that replace keywords with nice SVG labels
Stars: ✭ 314 (+528%)
Mutual labels:  tags
lo form
🧪 Lightweight Flutter forms library
Stars: ✭ 71 (+42%)
Mutual labels:  forms
svelte-multiselect
Keyboard-friendly, accessible and highly customizable multi-select component
Stars: ✭ 91 (+82%)
Mutual labels:  forms
react-forms
Declarative forms for React
Stars: ✭ 35 (-30%)
Mutual labels:  forms
terraform-provider-carvel
Carvel Terraform provider with resources for ytt and kapp to template and deploy to Kubernetes
Stars: ✭ 40 (-20%)
Mutual labels:  templating
periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+148%)
Mutual labels:  forms
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (+32%)
Mutual labels:  templating
py-emmet
Emmet abbreviation parser and expander, implemented in Python
Stars: ✭ 32 (-36%)
Mutual labels:  front-end
ng-thingsboard
Angular 8 Thingsboard UI
Stars: ✭ 27 (-46%)
Mutual labels:  front-end
ui-engineering-questions
Questions for UI engineers and front-end developers
Stars: ✭ 13 (-74%)
Mutual labels:  front-end
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+2500%)
Mutual labels:  tags
adversaria
Typeclass interfaces to access user-defined Scala annotations
Stars: ✭ 22 (-56%)
Mutual labels:  tags
jigjs
🧩 A front-end framework
Stars: ✭ 22 (-56%)
Mutual labels:  front-end

Test Status Go Report Card

Tags

Easily build HTML tags in Go! This package is especially useful when using http://gobuffalo.io.

Getting Started

Prerequisites

Tags has a minimum Go dependency of 1.12.0 and is being actively tested against go 1.12 and 1.13.

Installing

To get this lib just get it via go get

go get github.com/gobuffalo/tags/...

Running the tests

In order to run the tests you can execute:

go test ./...--race

Documentation

Documentation is currently in this repository Wiki, you can find there instructions on how to use tags within your app.

Contributing

If you want to contribute, please read this article first: Contributing to Open Source Git Repositories in Go. It shows how to configure your git environment to avoid common pitfalls. This article is recommended to all those who are looking to contribute to any Go projects.

^ Taken from gobuffalo.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].