wavevision / props-control
This package is abandoned and no longer maintained.
No replacement package was suggested.
Create smart UI components for Nette Framework.
6.2.1
2021-04-13 18:27 UTC
Requires
- php: >=7.4
- ext-json: *
- nette/application: ^3.1
- nette/schema: ^1.0
- wavevision/utils: ^2.5
Requires (Dev)
- latte/latte: ^2.5
- nette/bootstrap: ^3.0
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^9.3
- symfony/css-selector: ^4.3
- symfony/dom-crawler: ^4.3
- wavevision/coding-standard: ^5.2
- dev-master
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- 5.0.1
- 5.0.0
- 4.4.0
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.0
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/composer/guzzlehttp/psr7-2.2.1
- dev-dependabot/composer/latte/latte-2.10.8
- dev-development
This package is auto-updated.
Last update: 2024-08-21 22:29:13 UTC
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.