nextras/form-components
最新稳定版本:v3.0.0
Composer 安装命令:
composer require nextras/form-components
包简介
Form components for Nette Framework.
关键字:
README 文档
README
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
DateTimeImmutableinstance; - DateTimeControl - date tiime picker - text input returning
DateTimeImmutableinstance;
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.
统计信息
- 总下载量: 232.01k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-10