outl1ne / nova-color-field

A Laravel Nova package that adds a color picker to Nova's arsenal of fields.
MIT License
25 stars 13 forks source link

add checkered background to color preview #14

Closed chrillep closed 2 years ago

chrillep commented 2 years ago

would be nice if the background on the preview field was checkered (opacity style).

this would make it easier to see the applied opacity

like displayed on https://v1.tailwindcss.com/docs/background-color#class-reference

<td class="w-24 bg-checkered" style="background-color:transparent"></td>
Skärmavbild 2022-09-23 kl  19 19 23

ref: https://stackoverflow.com/questions/35361986/css-gradient-checkerboard-pattern

Tarpsvo commented 2 years ago

Version 2.0.2 now provides a checkered background for the color box. :)