CodeWithDennis / filament-theme-inspector

Easily see the fi- class of any element on the page by hovering over it. A tooltip displays the class name, and you can copy it with a click!
MIT License
26 stars 3 forks source link

[Feature] Detect multiple classes #9

Open CodeWithDennis opened 2 days ago

CodeWithDennis commented 2 days ago

It would be great to have the option to customize which classes are being detected. Right now, it only looks for fi-, but it would be cool if that was something you could configure.

->detect([
   'fi-', 
   'la-'
])
CodeWithDennis commented 2 days ago

10