Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shurcool/frontend
- Owner: shurcooL
- License: mit
- Created: 2014-11-06T06:59:17.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T05:17:27.000Z (about 1 year ago)
- Last Synced: 2024-06-20T16:50:32.842Z (6 months ago)
- Topics: frontend, go
- Language: HTML
- Homepage:
- Size: 566 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)