19declare(strict_types=1);
55 public function mode(array $labelled_actions,
string $aria_label):
Mode;
A component is the most general form of an entity in the UI.
This is how the factory for UI elements looks.
mode(array $labelled_actions, string $aria_label)
sortation(array $options, string $selected)
section(Button $previous_action, Component $button, Button $next_action)
This describes a Mode Control.
This describes a Section Control.
This describes a Sortation Control.