instante/extended-form-macros

Extended form rendering macros for Nette framework

Installs: 85 100

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 1

pkg:composer/instante/extended-form-macros

1.0.0 2017-09-25 19:58 UTC

This package is not auto-updated.

Last update: 2025-09-28 05:43:54 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