wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
911 stars 71 forks source link

Feature Request: Add bootstrap styling #32

Closed Restingo closed 2 years ago

Restingo commented 3 years ago

Add bootstrap theme for styling.

PhiloNL commented 3 years ago

Hi @Restingo, Have you tried setting include_css to true? This will include the required CSS for Spotlight and should work with other CSS frameworks like Bootstrap.

Restingo commented 3 years ago

Hi @PhiloNL, thanks for your fast reply! I've tried it but it destroys my template (I'm using AdminLTE from https://github.com/jeroennoten/Laravel-AdminLTE) because it includes Normalize.css I think?

Restingo commented 3 years ago

image

Left side is without css, right side is with css.

Restingo commented 3 years ago

@PhiloNL any idea?

TechTailor commented 3 years ago

Would also appreciate a way to enable/add custom css styling.