wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Added spinner option to input component. #725

Closed felipeArnold closed 6 months ago

felipeArnold commented 8 months ago

Good afternoon, how are you? I found a need to add a spinner to the input component, in my case I needed to consult an api, with the spinner I can show the user that their request is being consulted.

image

dwainscheeren commented 1 month ago

I now get error Undefined variable $spinner on using


<x-input 
                class="w-full" 
                placeholder="Zoeken..." 
                wire:model.live="term"
                type="search" 
                icon="search"
/>