- <template>
- <div class="flex items-center m-2 fixed bottom-0 right-0 border border-gray-400 rounded p-2 bg-gray-300 text-pink-600 text-sm">
- Current breakpoint
- <span class="ml-1 sm:hidden md:hidden lg:hidden xl:hidden">default (< 640px)</span>
- <span class="ml-1 hidden sm:inline md:hidden font-extrabold">sm</span>
- <span class="ml-1 hidden md:inline lg:hidden font-extrabold">md</span>
- <span class="ml-1 hidden lg:inline xl:hidden font-extrabold">lg</span>
- <span class="ml-1 hidden xl:inline font-extrabold">xl</span>
- </div>
- </template>
|