generated from maragudk/template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme with support text and logo
- Loading branch information
1 parent
8165534
commit e0eae6c
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# gomponents-htmx | ||
|
||
<img src="logo.png" alt="Logo" width="300" align="right"> | ||
|
||
[![GoDoc](https://pkg.go.dev/badge/github.com/maragudk/gomponents-htmx)](https://pkg.go.dev/github.com/maragudk/gomponents-htmx) | ||
[![CI](https://github.com/maragudk/gomponents-htmx/actions/workflows/ci.yml/badge.svg)](https://github.com/maragudk/gomponents-htmx/actions/workflows/ci.yml) | ||
|
||
[HTMX](https://htmx.org) attributes and helpers for [gomponents](https://www.gomponents.com). | ||
|
||
Made with ✨sparkles✨ by [maragu](https://www.maragu.dev/). | ||
|
||
Does your company depend on this project? [Contact me at [email protected]](mailto:[email protected]?Subject=Supporting%20your%20project) to discuss options for a one-time or recurring invoice to ensure its continued thriving. | ||
|
||
## Usage | ||
|
||
```shell | ||
go get github.com/maragudk/gomponents-htmx | ||
``` | ||
|
||
Example app: | ||
|
||
```go | ||
package main | ||
|
||
|