# Introduction

Browse default Laravel Dashboard Kit config file on github (opens new window)

# Theme

Selected dashboard theme. For example your directory called dashboard-awesome, so your theme is awesome

  • Type: string
  • Default: example

# Layout

Default layout when you use x-dashboard-app component

  • Type: string
  • Default: full

# Supported colors

The classes which will be used in theme. ex: btn-primary, badge-primary

  • Type: array
  • Default: ['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark']