@section('title', 'Developer Reference')

All styles are powered by TailwindCss, having said that you may want to reuse style in easy ways. There are generally 2 options. Create a blade component or apply a CSS style.

AdminTW provides a series or reusable CSS classes made up from TailwindCSS classes.

@include('docs.base-styles') @include('docs.primary-colour') @include('docs.error') @include('docs.forms') @include('docs.alerts') @include('docs.badges') @include('docs.buttons') @include('docs.dropdown') @include('docs.modals') @include('docs.tabs')