Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shurcool/frontend

Common frontend code.
https://github.com/shurcool/frontend

frontend go

Last synced: about 2 months ago
JSON representation

Common frontend code.

Awesome Lists containing this project

README

        

frontend
========

[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/frontend.svg)](https://pkg.go.dev/github.com/shurcooL/frontend)

Common frontend code.

Installation
------------

```sh
go get github.com/shurcooL/frontend
```

Directories
-----------

| Path | Synopsis |
|--------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|
| [checkbox](https://pkg.go.dev/github.com/shurcooL/frontend/checkbox) | Package checkbox provides a checkbox connected to a query parameter. |
| [reactionsmenu](https://pkg.go.dev/github.com/shurcooL/frontend/reactionsmenu) | Package reactionsmenu provides a reactions menu component. |
| [select_menu](https://pkg.go.dev/github.com/shurcooL/frontend/select_menu) | Package select_menu provides a select menu component. |
| [table-of-contents/handler](https://pkg.go.dev/github.com/shurcooL/frontend/table-of-contents/handler) | Package handler registers "/table-of-contents.{js,css}" routes on http.DefaultServeMux on init. |
| [tabsupport](https://pkg.go.dev/github.com/shurcooL/frontend/tabsupport) | Package tabsupport offers functionality to add tab support to a textarea element. |

License
-------

- [MIT License](LICENSE)