New Product!Animated Landing Page Template built with Next.js, Tailwind, Shadcn UI, ReUI & MagicUI Components
Preview SaaSify

Tag: Vue (708)

const tabsEl = document.querySelector('#tab_post'); const tabs = KTTabs.getInstance(tabsEl); tabs.on('show', (detail) => { detail.cancel = true; console.log('show action canceled'); }); tabs.on('shown', () => { console.log('shown event'); });...
Dear Support,I try to download lastest metronic full version template. After download only metronic-tailwind-html item downloaded. Other platform items are missing.Could you please help me.
Hi,I've got a Metronic 9 modal and inside it there is a header I'd like to make sticky within the modal, when I scroll inside it, but it's not working.This is the code I'm using inside the modal: onUpdated(() => { if(modalHeader.value && !KTSticky.getInstance(modalHeader.va...
I would like to setup this metronic_html_v8.2.9_demo7 on top of a fresh Laravel v12 Inertia - Vue3. Have been struggling for a week now. I did try referring to online documentation, checking out Laravel Demo (which I see was created using Livewire) while I am looking for Inertia-vue. The project tha...