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?

#112678
admin
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/