Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 525 Bytes

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