Dashboard UI package for Laravel Dashboard Kit

1.2.9 2022-12-22 02:35 UTC

This package is auto-updated.

Last update: 2024-04-22 05:45:18 UTC


README

Requirement

Routes

  • /logout: POST

Dashboard Theme Structure

Your theme should include the following structure

Layouts

  • full
  • horizontal
  • blank

Global properties

header: = false to hide header menu: = false to hide menu

Components

  • badge
    • color: primary, secondary, success, danger, warning, info, light, dark. Default is light
    • pill: get rounded shape
  • form
    • action: the url to submit
    • method: default is POST
  • form-input
    • where $slot is the label and placeholder
    • name
    • required
    • <x-slot name="before></x-slot>
    • icon-before
    • <x-slot name="after></x-slot>
    • icon-after
    • mask: add text below the input
    • dir: rtl or ltr
  • form-label
    • required: default false
  • form-submit
  • card
    • title
    • subtitle
    • image
    • align: center, left, right
  • button
    • color: default info
    • size: default normal
    • expand: default normal
    • href: convert to anchor tag
  • login
    • $slot will be added on the extra section
    • action: form action to submit
    • title
    • subtitle
    • email-input-name
    • password-input-name
    • remember-checkbox-name
  • row
  • col
    • size
    • md
    • lg
  • flex
    • x: in flex direction: start, end, center, between, around
    • y: in opposite flex direction start, end, center, baseline, stretch

Widgets

  • progress bar
    • value: value of progress bar
    • color