Skip to content

Instantly share code, notes, and snippets.

View fhistudio-eric's full-sized avatar

Eric fhistudio-eric

View GitHub Profile
<template>
<div class="flex w-full rounded-md relative px-4" :style="{ backgroundColor: dashboardBgColor }">
<button v-if="!previewMode" @click="toggleSidebar"
class="absolute top-2 left-0 bg-white/30 backdrop-blur-3xl py-1 px-1 rounded-tr-sm rounded-br-sm text-sm cursor-pointer z-10 transition-all ">
<PhSidebarSimple v-if="!sidebarOpen" :size="24" />
</button>
<!-- Sidebar -->
<div class="transition-all duration-500 p-0 h-screen sticky top-0 left-0 bg-white/30 backdrop-blur-3xl z-50"