Sidesheet
<!-- Trigger Sheet -->
<button data-type="sheets" data-target="#sheet_xa" class="py-3 px-4 relative inline-flex lsdfdfsdafd pdskdmsdnjw jkuthslatgh gap-x-2 rounded text-sm tracking-[.00714em] font-medium bg-primary-100 border border-primary-200 dark:bg-primary-900 dark:border-primary-800 shadow-outset text-primary-700 dark:text-primary-200">Side Sheet</button>
<!-- Sidesheet -->
<div id="sheet_xa" class="[&.show_.bgDialog]:opacity-90 [&.show_.bgDialog]:inset-0 [&.show_.dialog]:translate-x-0">
<div data-close="#sheet_xa" class="bgDialog fixed z-[60] opacity-0 -top-full bg-primary-100 dark:bg-primary-900"></div>
<!-- Body -->
<div class="dialog fixed top-3 bottom-3 w-2/3 sm:w-[320px] min-h-[80vh] z-[70] bg-primary-100 border border-primary-200 dark:bg-primary-900 dark:border-primary-800 shadow-inset-fixed transition-transform duration-[400ms] flex oskasdadiaa gap-2 end-0 rounded-s-2xl ltr:translate-x-full rtl:-translate-x-full">
<div class="min-h-[56px] flex lsdfdfsdafd pdskdmsdnjw opsiajksman px-6 pt-6">
<h3 class="flex flex-grow text-base tracking-[.009375em]">Your Side Sheet Title</h3>
<button data-close="#sheet_xa" class="flex pdskdmsdnjw jkuthslatgh">
<span>x</span>
</button>
</div>
<div class="relative text-start text-base px-6 py-4 h-[80vh] overflow-auto scrollbars">
<p>This is the content of your side sheet.</p>
</div>
</div>
</div>