ride / lib-widget
Widget library of the Ride framework
Installs: 3 905
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- ride/lib-mvc: ^1.0.0
This package is auto-updated.
Last update: 2024-10-13 00:21:05 UTC
README
Widget abstraction library of the PHP Ride framework.
What's In This Library
Widget
A Widget interface represents a small component which can be placed in a container.
WidgetProperties
The WidgetProperties interface is used to set and get properties for the widget instance.
A generic implementation is provided through the GenericWidgetProperties class.
WidgetModel
The WidgetModel interface is used to implement a data store of the available widgets.
Implementations
For more examples, you can check the following implementations of this library:
Installation
You can use Composer to install this library.
composer require ride/lib-widget