Replies: 1 comment
-
I've been working on a Pro version of the Spotlight component that supports context behavior. It will be available soon. You can see a little preview here: https://twitter.com/Philo01/status/1556618729860972546 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good to be able to add context to spotlight.
For example, if you're viewing a project then you could:
I guess it would be passed in via
@livewire('livewire-ui-spotlight', ['context' => $contextThing])
and then made available to the Commands by spotlight as optional class properties.Beta Was this translation helpful? Give feedback.
All reactions