Adds Messaging streaming
This commit is contained in:
16
src/views/tools/SizeIndicator.vue
Normal file
16
src/views/tools/SizeIndicator.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<div class="fixed bottom-0 left-0 m-4 z-50">
|
||||
<div class="hidden sm:block md:hidden bg-blue-500 text-white p-2 rounded">
|
||||
sm
|
||||
</div>
|
||||
<div class="hidden md:block lg:hidden bg-green-500 text-white p-2 rounded">
|
||||
md
|
||||
</div>
|
||||
<div class="hidden lg:block xl:hidden bg-yellow-500 text-black p-2 rounded">
|
||||
lg
|
||||
</div>
|
||||
<div class="hidden xl:block bg-red-500 text-white p-2 rounded">
|
||||
xl
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user