Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdvorak23/bootstrap5-form-renderer
Quickly setup and render nice Bootstrap 5 forms for Nette framework
https://github.com/jdvorak23/bootstrap5-form-renderer
bootstrap5 forms nette renderer
Last synced: 26 days ago
JSON representation
Quickly setup and render nice Bootstrap 5 forms for Nette framework
- Host: GitHub
- URL: https://github.com/jdvorak23/bootstrap5-form-renderer
- Owner: jdvorak23
- License: unlicense
- Created: 2023-04-27T15:10:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-15T07:30:26.000Z (about 2 months ago)
- Last Synced: 2024-09-30T13:48:33.512Z (about 1 month ago)
- Topics: bootstrap5, forms, nette, renderer
- Language: PHP
- Homepage: http://bootstrap-5-form-renderer.cz
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap5FormRenderer
=============================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
------------```sh
composer require jdvorak23/bootstrap5-form-renderer
```Requirements
------------"php": ">=8.0",
"nette/forms": "^3.1"Wiki
----A lot of information and reference [in the wiki](https://github.com/jdvorak23/bootstrap5-form-renderer/wiki).
Tutorials
---------There is a web with [example forms and tutorials](http://bootstrap-5-form-renderer.cz). You can [download the whole web](https://github.com/jdvorak23/bootstrap5-form-renderer-web)
and instantly play with examples.