Windframe
Build Tailwind UIs that actually look good!
.jpg)
The w-svw class sets the width of the element to 1% of the smaller viewport dimension.
The w-svw class sets the width of the element to 1% of the smaller viewport dimension.
<div class="flex justify-center items-center gap-2 p-3 rounded-t-md bg-indigo-50"><div class="w-svw bg-indigo-500 py-4 text-white font-bold rounded-lg px-4 text-center"> w-svw</div></div>w-svw
Add the w-svm class directly to your HTML element:
<div class="w-svm"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply w-svm at specific breakpoints:
<div class="sm:w-svm md:w-svm lg:w-svm"> Responsive element</div>sm:w-svm — applies from 640px and upmd:w-svm — applies from 768px and uplg:w-svm — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
