Default Theme
By default, there is already a default theme in Tailwind CSS, so you don't need to do anything.
use BoredProgrammers\LaraGrid\Theme\ExampleThemes\TailwindTheme;
public function getTheme(): BaseLaraGridTheme
{
return TailwindTheme::make();
}
Last updated
Was this helpful?