go-form/content/docs/rendering/theming.md
Simon Vieille 5fa1849577
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add theme doc
2025-07-27 13:43:19 +02:00

11 lines
336 B
Markdown

---
linkTitle: Theming
title: Theming
---
**go-form** provides 2 themes:
- `theme.Html5`: a basic view without classes
- `theme.Bootstrap5`: a theme for [Bootstrap 5](https://getbootstrap.com/)
You can add a custom theme. Learn by reading the [Bootstrap5](https://gitnet.fr/deblan/go-form/src/branch/main/theme/bootstrap5.go) theme.