Panda Ui Package for backend
This is the Panda Ui Package
Panda Ui component is a backend ui handler/renderer engine that enables generating html (including xml) content in a more structured way.
This component is extending the normal DOM structure that is offered by the language itself, including some of the following classes:
This is the main reason why this component is so powerful, providing extra, faster and more clever functionality using existing components.
This package is able to create html pages using the DOM structure fast and easy. Some of the features include:
Add the following line to your composer.json
file:
"panda/ui": "^3.1"
For extending reading on how to use the DOM
and Html
Packages, refer to their readme files: