Download the PHP package nextras/form-components without Composer
On this page you can find all versions of the php package nextras/form-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nextras/form-components
More information about nextras/form-components
Files in nextras/form-components
Download nextras/form-components
More information about nextras/form-components
Files in nextras/form-components
Vendor nextras
Package form-components
Short Description Form components for Nette Framework.
License MIT BSD-3-Clause GPL-2.0 GPL-3.0
Package form-components
Short Description Form components for Nette Framework.
License MIT BSD-3-Clause GPL-2.0 GPL-3.0
Please rate this library. Is it a good library?
Informations about the package form-components
Nextras Form Components
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:
Documentation
See examples directory.
License
Combined MIT and Nette's . See full license.
All versions of form-components with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
nette/application Version ~3.0
nette/component-model Version ~3.0
nette/forms Version ~3.1
nette/utils Version ^3.0 || ^4.0
nette/application Version ~3.0
nette/component-model Version ~3.0
nette/forms Version ~3.1
nette/utils Version ^3.0 || ^4.0
The package nextras/form-components contains the following files
Loading the files please wait ....