Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuar/go-templ-daisyui
Generate beautiful UIs with DaisyUI using Templ + Go
https://github.com/joshuar/go-templ-daisyui
daisyui go golang htmx templating web
Last synced: 11 days ago
JSON representation
Generate beautiful UIs with DaisyUI using Templ + Go
- Host: GitHub
- URL: https://github.com/joshuar/go-templ-daisyui
- Owner: joshuar
- License: mit
- Created: 2024-10-23T01:30:16.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T05:47:54.000Z (14 days ago)
- Last Synced: 2024-10-24T19:01:04.536Z (13 days ago)
- Topics: daisyui, go, golang, htmx, templating, web
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go-Templ-DaisyUI
Generate beautiful UIs with DaisyUI using Templ + Go.
Documentation
ยท
Report Bug
ยท
Request Feature
# ๐ Table of Contents
- [๐ Table of Contents](#-table-of-contents)
- [๐ About the Project](#-about-the-project)
- [๐๏ธ Tech Stack](#๏ธ-tech-stack)
- [๐ฏ Features](#-features)
- [๐งฐ Usage](#-usage)
- [๐ Contributing](#-contributing)
- [๐ค Code of Conduct](#-code-of-conduct)
- [๐งโโ๏ธ License](#๏ธ-license)## ๐ About the Project
### ๐๏ธ Tech Stack
Components
### ๐ฏ Features
- Generate DaisyUI components with builder functions, specifying optional features.
- Render using Templ and/or htmx.
## ๐งฐ Usage
Include as a module in your Go project:
```go
import "github.com/joshuar/go-templ-daisyui"
```
## ๐ Contributing
Contributions are always welcome!
### ๐ค Code of Conduct
Please read the [Code of Conduct](https://github.com/joshuar/go-templ-daisyui/blob/master/CODE_OF_CONDUCT.md)
## ๐งโโ๏ธ License
Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.