JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Scheduler › I’m trying to understand more about: “Scheduler”. Any tips? › Reply To: I’m trying to understand more about: “Scheduler”. Any tips?
July 17, 2025 at 4:05 pm
#112678
Keymaster
Hi,
Yes, Smart Scheduler can be used inside modals or dialogs in Vue
Example:
<template>
<div>
<button @click="showModal = true">Open Scheduler</button>
<smart-window v-if="showModal" label="Scheduler Modal">
<smart-scheduler :dataSource="schedulerData"></smart-scheduler>
</smart-window>
</div>
</template>
Hope this helps.
Best regards,
Markov
Smart UI Team
https://www.htmlelements.com/