cwray-tech's avatar

Best UI element Toolkit for Desktop keyboard support?

I'm evaluating options right now for a web app we built with Tailwind UI & Tailwind CSS. Right now, elements do not work well for keyboard power users on desktop, and I would like to adopt a more established CSS element toolkit for UI Elements like inputs, selects buttons, etc.

Wondering if you have any recommendations on this and what frameworks you have found to be pretty great out of the box for keyboard accessibility.

Any recommendations or experience/advice is welcome!

0 likes
5 replies
vincent15000's avatar

I'm using Element-Plus CSS framework (it works with VueJS), I have built a web app with iton desktop screen with it and it works fine.

https://element-plus.org/en-US/

If you don't use VueJS, I don't have any advice ;).

1 like
cwray-tech's avatar

@vincent15000 thank you! Do you recommend to go full laravel api with quasar or could you do inertia with quasar?

1 like
vincent15000's avatar

@cwray-tech InertiaJS and Quasar are two very different things.

Quasar can be used with VueJS no matter you use InertiaJS or not.

Quasar is a package which provides UI easy to use.

InertiaJS is a glue between Laravel and VueJS to simplify the dev.

Please or to participate in this conversation.