Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.