nextras / form-components
Nette 框架的表单组件。
v1.1.2
2023-04-19 13:38 UTC
Requires
- php: >=7.1
- nette/application: ~3.0
- nette/component-model: ~3.0
- nette/forms: ~3.0
- nette/utils: ^3.0 || ^4.0
Requires (Dev)
- latte/latte: ~3.0
- nette/bootstrap: ~3.0
- nette/di: ~3.0
- nette/robot-loader: ~3.0
- nette/tester: ~2.1
- phpstan/phpstan-nette: 0.11
- phpstan/phpstan-shim: 0.11.1
- tracy/tracy: ~2.5
This package is auto-updated.
Last update: 2024-09-17 07:01:35 UTC
README
本软件包提供构建 Nette 表单的架构和 UI 组件。
架构组件提供 Nette Forms 的 BaseControl 两种风格
- 继承自
Nette\Application\UI\Component
的 BaseControl - 支持信号与状态处理的形式控件; - 继承自
Nette\Application\UI\Control
的 BaseControl - 支持模板渲染的形式控件 + 与 UI\Component 相同的功能;
UI 组件
- AutocompleteControl - 支持自动完成信号处理文本输入;
- DateControl - 日期选择器 - 返回
DateTimeImmutable
实例的文本输入; - DateTimeControl - 日期时间选择器 - 返回
DateTimeImmutable
实例的文本输入;
安装
最佳安装方式是使用 Composer
$ composer require nextras/form-components
文档
请参阅示例目录。
许可证
结合 MIT 和 Nette 的。请参阅完整的 许可证。