https://github.com/shurcool/frontend
Common frontend code.
https://github.com/shurcool/frontend
frontend go
Last synced: 4 months ago
JSON representation
Common frontend code.
- Host: GitHub
- URL: https://github.com/shurcool/frontend
- Owner: shurcooL
- License: mit
- Created: 2014-11-06T06:59:17.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T16:36:30.000Z (about 1 year ago)
- Last Synced: 2025-06-11T03:07:47.522Z (about 1 year ago)
- Topics: frontend, go
- Language: HTML
- Homepage:
- Size: 567 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
frontend
========
[](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)