Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add htmx/elem-go server examples #1961

Merged

Conversation

chasefleming
Copy link
Contributor

@chasefleming chasefleming commented Nov 5, 2023

elem-go is an HTML generation library written in Go that offers an integration with htmx. More information about this integration can be found in the elem-go documentation: HTMX Integration.

This PR that includes two example applications showcasing the combined use of htmx and elem-go:

  1. Counter Example: Showcases a simple counter that can be incremented interactively.
  2. Todo List Example: Demonstrates a dynamic todo list where tasks can be added and marked as complete or active.

Thanks!

@alexpetros
Copy link
Collaborator

Looks good, can you move it below tmpl please?

@alexpetros alexpetros added the website Non-documentation website issues label Nov 5, 2023
@chasefleming
Copy link
Contributor Author

Sure thing @alexpetros . Put it there originally just so it was sorted alphabetically. PR updated.

@alexpetros
Copy link
Collaborator

No problem at all, and thank you!

@alexpetros alexpetros merged commit c2e4b51 into bigskysoftware:master Nov 5, 2023
1 check passed
@chasefleming chasefleming deleted the chasefleming/elem-go-examples branch November 5, 2023 20:26
@chasefleming
Copy link
Contributor Author

Thanks @alexpetros !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Non-documentation website issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants