zera-app / zera-dashboard-laravel

Starter Template Dashboard Laravel using Splade and Daisy UI Component
MIT License
39 stars 12 forks source link
hacktoberfest hacktoberfest-accepted hacktoberfest2024 starter-templates

Starter Template Dashboard for Laravel

Using

Development Process

Screenshot Dashboard

Login Page

Light Mode

Dark Mode

zeraprofile

zerafitur

Icon Usage

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

<x-heroicon-o-arrow-left/>

You can also pass classes to your icon components:

<x-heroicon-o-arrow-left class="w-6 h-6 text-gray-500"/>

And even use inline styles:

<x-heroicon-o-arrow-left style="color: #555"/>

Or use the @svg in directive:

@svg('heroicon-o-arrow-left', 'w-6 h-6', ['style' => 'color: #555'])

The solid icons can be referenced like this:

<x-heroicon-s-arrow-left/>

The mini icons can be referenced like this:

<x-heroicon-m-arrow-left/>