Quick Setup

At the moment, these are the available demos that have dark mode version:
    @foreach(theme()->getOption('product', 'demos') ?? [] as $id => $demo) @if(config($id.'.general.layout.main.dark-mode-enabled'))
  • {{ $id }}
  • @endif @endforeach

For the preview purpose, we use URL query ?mode=dark to enable the other demos preview without modifying the Laravel routes. See the example preview URL {{ url()->current() . '?mode=dark' }}.

Dark Mode mode of