Skip to content

Instantly share code, notes, and snippets.

View zhondori's full-sized avatar
🎯
Focusing

Alisher Usmonov zhondori

🎯
Focusing
View GitHub Profile
<template>
<div>
<div class="flex justify-between items-center w-full pr-5 h-24">
<v-btn v-if="!getDrawer" icon @click="drawer = !drawer">
<img
src="@/assets/images/icons/Frame.svg"
height="24"
width="24"
alt="image"
/>
@zhondori
zhondori / map.js
Last active March 13, 2023 12:12
`<svg
class="w-[280px] h-[180px] md:w-[260px] md:h-[230px] lg:w-[400px] lg:h-[260px] cursor-pointer"
fill="#ffffff"
id="uzb_map"
stroke="#FF8500"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
version="1.2"
class="cursor-pointer"
@zhondori
zhondori / app.js
Created March 13, 2023 09:39
alisher's gist
const x = require("something")