1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-21 00:53:18 +00:00
templui/README.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2024-10-01 17:12:21 +02:00
# Goilerplate
Modern UI Components for Go & Templ
<img src="./assets/img/gopher.svg" alt="Goilerplate Logo" width="200"/>
## About
Goilerplate is a comprehensive UI component library designed specifically for Go developers using Templ. It provides a set of pre-built, customizable components that seamlessly integrate with Go backends and Templ templating, allowing for rapid development of modern, interactive web applications.
## Features
- **Go-native Implementation**: Optimized for Go developers and seamlessly integrates with Go backends.
- **Templ-first Design**: Leverages the full power of Templ for type-safe, high-performance templating.
- **Server-Side Rendering (SSR) Focus**: Excellent performance and SEO benefits out of the box.
2024-10-05 11:55:31 +02:00
- Alpine.js Support: For enhanced client-side interactivity when needed.
2024-10-01 17:12:21 +02:00
- **Tailwind CSS Styling**: Modern, utility-first styling that's highly customizable.
- **Accessible Components**: Built with accessibility in mind, following WCAG guidelines.
- **TypeSafe**: Utilizing Go's type system for robust, error-resistant development.
## README TODO
- [] Contributing
- [] License
- [] Support
2024-10-03 12:34:04 +02:00
## README APP
- [] Add active classes for menu links
2024-10-01 17:12:21 +02:00
---
Built with ❤️ by the Go community, for the Go community.