Back to Windicss

Appearance

utilities/interactivity/appearance.md

latest564 B
Original Source

Appearance

Utilities for suppressing native form control styling.

<PlaygroundWithVariants variant='none' :variants="['none']" prefix='appearance' fixed='p-2 dark:text-white opacity-85 overflow-hidden flex flex-col justify-center space-y-5 h-full bg-blue-100 rounded-md' appended='w-12' nested=true html=' &lt;select class="w-12"&gt; &lt;option&gt;Yes&lt;/option&gt; &lt;option&gt;No&lt;/option&gt; &lt;/select&gt; &lt;select class="{class} w-12"&gt; &lt;option&gt;Yes&lt;/option&gt; &lt;option&gt;No&lt;/option&gt; &lt;/select&gt;' />