instante/extended-form-macros

Extended form rendering macros for Nette framework

1.0.0 2017-09-25 19:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 22:50:25 UTC


README

Build Status Downloads this Month Latest stable

Support for additional Latte form macros:

  • {pair}
  • {container}
  • {group}
  • {form.body}
  • {form.errors}
  • {input.errors}

Overrides built-in Nette form macros to enable advanced features.

Needs form renderer implementing Instante\ExtendedFormMacros\IExtendedFormRenderer, for example Bootstrap 3 renderer

Requirements

Installation

The best way to install Extended Form Macros is using Composer:

$ composer require instante/extended-form-macros:@dev

Usage

See Documentation