extism / playground

BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

feat: use tailwind forms plugin #10

Closed bhelx closed 1 year ago

bhelx commented 1 year ago

This is a plugin from the tailwinds team that adds some base UX rules to all the form elements. You can still customize them but it ensures that they behave similarly to their browser counterparts. For example, you can now see the selects look like normal dropdowns (with the down arrow) and the size and locations doesn't move around when the value changes.

https://github.com/tailwindlabs/tailwindcss-forms

Screen Shot 2022-11-22 at 3 52 49 PM Screen Shot 2022-11-22 at 3 52 55 PM