jdvorak23 / bootstrap5-form-renderer
Bootstrap5 form renderer for Nette
Installs: 156
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jdvorak23/bootstrap5-form-renderer
Requires
- php: >=8.0
- nette/forms: ^3.1
This package is auto-updated.
Last update: 2025-09-15 10:11:10 UTC
README
Form renderer for Nette Forms, wrappers are pre-prepared for Bootstrap5. Nice forms could be done with less than one line of code per one control!
Installation
composer require jdvorak23/bootstrap5-form-renderer
Requirements
"php": ">=8.0",
"nette/forms": "^3.1"
Wiki
A lot of information and reference in the wiki.
Tutorials
There is a web with example forms and tutorials. You can download the whole web and instantly play with examples.