Skip to content

zoldia/nette-bootstrap-form

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nette bootstrap forms renderer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%