SUNSHINE
Compile CSS classes assets ?
Hey guys,
I just create a new
resources/logo.blade.php
asset with some TailwindCSS classes. I've try npm run build
, but it doesn't add the classes that I'm using on this file, do you know what's wrong ?
I'm using th eclass fill-green-400
16 replies
How to load asynchronously a widget ?
Hey guys, I try to add a new widget to my dashboard using the
LineChart
, but the problem is about the time to perform the request... It take several seconds because we have a database with many millions of records.
Do you know if it exist a method to load that async?
Thanks39 replies