nova-color-field
nova-color-field copied to clipboard
For uses where you dont need the color picker
If you want to show the color field that show the hex color but do not need a picker. For example when copying a brand color and I just want to see that the hex looks correct.
It works now with Color::make('Primary Color')->pickerType('plain')
because there is no picker called plain, but an even more elegant solution would be if you could set Color::make('Primary Color')->pickerType(null)
or for short: Color::make('Primary Color')->plain()