nette-bootstrap-form
nette-bootstrap-form copied to clipboard
Nette bootstrap forms renderer
Nette bootstrap form renderer
Simple nette bootstrap form renderers.
Installation
composer require tomaj/nette-bootstrap-form
Usage
use Tomaj\Form\Renderer\BootstrapRenderer;
use Nette\Application\UI\Form;
$form = new Form;
$form->setRenderer(new BootstrapRenderer);
For inline form you can use Tomaj\Form\Renderer\BootstrapInlineRenderer
For vertical form (bootstrap default) you can use Tomaj\Form\Renderer\BootstrapVerticalRenderer