Vue 3 Tutorial - Build reusable Popup Modal component with Composition API, Transition from scratch

preview_player
Показать описание
@TutsPrime

Source code:

Timeline:
00:00 Introduction
00:31 Vue project scaffolding
01:46 Create base modal component
03:21 Show and hide the modal
04:23 Styling the modal
08:31 Adding transition effect
11:45 Keyboard binding
Рекомендации по теме
Комментарии
Автор

Thanks man!! I had to do some adjustments as I'm using carbon-design with vue.js, but this was definitely the foundation.

mauriciotl
Автор

Thanks a lot. I was struggling to position a modal.

sambaeugene
Автор

nice. How can we pass the state or ID or each row. I want to make such popup modal in table for each row for action. I want to put one icon/button. when I click icon/button, the edit, delete, show options will available. I want one button instead of putting 3 button at first. when I click one row button, one that row button should open not other rows.

LotusSoftPvtLtd