picea-ui/src/Form/UiColor.php

14 lines
202 B
PHP

<?php
namespace Picea\Ui\Form;
class UiColor extends UiInput {
public string $token = "ui.color";
public array $attributes = [
'class' => "ui-color",
'type' => "color",
];
}