https://github.com/nextras/forms-rendering
Rendering helpers for Nette Framework Forms.
https://github.com/nextras/forms-rendering
forms nette-component nextras rendering
Last synced: 3 months ago
JSON representation
Rendering helpers for Nette Framework Forms.
- Host: GitHub
- URL: https://github.com/nextras/forms-rendering
- Owner: nextras
- License: mit
- Created: 2019-04-07T20:52:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T11:47:51.000Z (over 1 year ago)
- Last Synced: 2025-04-27T11:43:41.251Z (about 1 year ago)
- Topics: forms, nette-component, nextras, rendering
- Language: PHP
- Homepage: https://nextras.org
- Size: 43 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Nextras Forms Rendering
=======================
[](https://travis-ci.org/nextras/forms-rendering)
[](https://packagist.org/packages/nextras/forms-rendering)
[](https://packagist.org/packages/nextras/forms-rendering)
This package provides rendering helpers Nette Forms.
Form renderers:
- *Bs3Renderer* - renderer for Bootstrap 3 with horizontal mode only;
- *Bs4Renderer* - renderer for Bootstrap 4 with support for horizontal, vertical and inline mode;
- *Bs5Renderer* - renderer for Bootstrap 5 with support for horizontal, vertical and inline mode;
Latte Tags renderers:
- *Bs3FormsExtension* - modifies Form Tags to add Bootstrap 3 classes automatically;
### Installation
The best way to install is using [Composer](http://getcomposer.org/):
```sh
$ composer require nextras/forms-rendering
```
Register Bs3FormsExtension using Nette DI config:
```yaml
latte:
extensions:
- Nextras\FormsRendering\LatteTags\Bs3\Bs3FormsExtension
```
### Documentation
See examples directory.
### License
MIT. See full [license](license.md).