Working on my little TALL stack UI/component library... If you were installing it, would you prefer components to be namespaced and/or grouped?
1. <x-input />
2. <x-form.input />
3. <x-tallboy::input />
4. <x-tallboy::form.input />
Working on my little TALL stack UI/component library... If you were installing it, would you prefer components to be namespaced and/or grouped?
1. <x-input />
2. <x-form.input />
3. <x-tallboy::input />
4. <x-tallboy::form.input />
Additional question: would you prefer to directly reference livewire components or have blade components that wrap them for consistency in your templates?
1. <livewire:tallboy.uploader />
2. <x-tallboy::uploader />