A Go Templ port of Franken UI
Report Bug
.
Request Feature
We are using Go, Templ, Tailwind and Franken-UI.
Make sure to follow the instructions on the Franken UI page to install UIKit and Franken UI, as well as Tailwind with PostCSS.
These are prerequisites to help with the development of this library.
- make
- go
- npm
- wgo
- templ
See the open issues for a list of proposed features (and known issues).
We appreciate everyone who wants to contribute. In order to do so take a look at the issues tab and work on one of the issues. You can then create a pull request:
- Fork the Project
- Create your Component Branch (
git checkout -b component/AmazingComponent
) - Commit your Changes (
git commit -m 'Add some AmazingComponent'
) - Push to the Branch (
git push origin component/AmazingComponent
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.