Form Color
>= v1.5Form color component.
Color, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->form('color') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
An option to pick the color using a different selector.
An option to force the color selection through the color selector box.
This will transform the input in readonly and open the color selector box when the input is clicked.
An option to specific your own hexadecimal colors.
Starting from version 1.35.0, you can now set the custom colors using the configuration file to avoid the need to pass it every time you need to use the component.
An option to not show validation error message.