Skip to content

nextras/form-components

Folders and files

NameName
Last commit message
Last commit date
Nov 4, 2024
Feb 10, 2019
Nov 4, 2024
Feb 10, 2019
Feb 10, 2019
Feb 10, 2019
Nov 4, 2024
Nov 4, 2024
Feb 10, 2019
Nov 4, 2024

Repository files navigation

Nextras Form Components

Build Downloads this Month Stable version Code coverage

This package provides architecture and UI components for building Nette forms.

Architecture components provide Nette Forms' BaseControl in two flavors:

  • BaseControl that inherits from Nette\Application\UI\Component - form control with support for signal & state handling;
  • BaseControl that inherits from Nette\Application\UI\Control - form control with support for template rendering + same feature as in UI\Component;

UI components:

  • AutocompleteControl - text input with support for autocomplete signal handling;
  • DateControl - date picker - text input returning DateTimeImmutable instance;
  • DateTimeControl - date tiime picker - text input returning DateTimeImmutable instance;

Installation

The best way to install is using Composer:

$ composer require nextras/form-components

Documentation

See examples directory.

License

Combined MIT and Nette's . See full license.

About

Form components for Nette Framework (architecture & UI components)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published