Skip to main content
Back to packages
945 GitHub stars

wire-elements/spotlight

View on GitHub

Description

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.

Add the Livewire directive @livewire('livewire-ui-spotlight'):

<html>
<body>
<!-- content -->
 
@livewire('livewire-ui-spotlight')
</body>
</html>

To open the Spotlight input bar you can use one of the following shortcuts:

  • CTRL + K
  • CMD + K
  • CTRL + /
  • CMD + /

You can customize the keybindings in the configuration file. It's also possible to toggle Spotlight from any other Livewire component or via Javascript.

Related Content on Laravel Daily

Video

Recent Courses on Laravel Daily

We'd Love Your Feedback

Tell us what you like or what we can improve

Feel free to share anything you like or dislike about this page or the platform in general.