zera-app / zera-dashboard-laravel

Starter Template Dashboard Laravel using Splade and Daisy UI Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter Template Dashboard for Laravel

Using

Development Process

  • create more components for the template
  • documentation for template components and splade components
  • Dark Mode Component
  • Dark Mode Login Page (On progress)

Screenshot Dashboard

  • Login Page

Login Page

  • Light Mode

Light Mode

  • Dark Mode

Dark Mode

  • Profile Page

zeraprofile

  • Helper & Component doucmentation page

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/>

About

Starter Template Dashboard Laravel using Splade and Daisy UI Component

License:MIT License


Languages

Language:JavaScript 52.0%Language:PHP 35.3%Language:Blade 11.7%Language:Vue 0.5%Language:Java 0.4%Language:CSS 0.0%