Form Component Placeholder

hello,
can placeholder's text colors be changed ?

red and bold for example

Placeholder::make('User Status')
    ->content('Banned at :  02-17-2024 14:50 By Admin')
Solution
Yes you can inject html code inside of content() and just use inline css
Was this page helpful?