simplikocz / props-control
Create smart UI components for Nette Framework.
7.0
2026-04-27 16:10 UTC
Requires
- php: ~8.5.0
- ext-json: *
- nette/application: ^3.2
- nette/schema: ^1.3
- wavevision/utils: ^3.0
Requires (Dev)
- latte/latte: ^3.0
- nette/bootstrap: ^3.2
- php-coveralls/php-coveralls: ^2.5
- phpunit/phpunit: ^13.0
- symfony/css-selector: ^8.0
- symfony/dom-crawler: ^8.0
- wavevision/coding-standard: ^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
PropsControl
Abstract Nette control to help you create smart UI components with props validation, CSS class and style attribute helpers and automatic template file assignment.
Installation
Via Composer
composer require wavevision/props-control
Usage
See documentation at wavevision.github.io/props-control.