EASY Vue 3 POPUP Component ~ Button & Timed Triggers

preview_player
Показать описание
Learn how to build an easy Popup component with Vue 3 and the composition API. We look into a beginner friendly approach of setting up and building a Vue 3 app that uses a timed and button triggered popup.

// Support me on Ko-Fi

// FOLLOW ME ON TWITTER

// BECOME A MEMBER

// MY GEAR FOR CODING AND YOUTUBE

All of these products I own and have tested!

// INTERESTED IN GAME DEV?

// CHECK OUT MY GAME

// DO THESE SIMPLE STEPS
LIKE, SUBSCRIBE & SHARE
Рекомендации по теме
Комментарии
Автор

Exactly what I was looking for. Straight, eloquent and precise! Many Thanks!

mubafaw
Автор

These styles
display: flex;

align-items: center;
justify-content: center;
don't work fine for now with popups/modals. If content will be too long top will be clipped. Best solution so far are setting top margin to prevent those situations in every browser

in firefox safe align works as solution
justify-content: safe center;
align-items: safe center;

but on other browsers doesnt so far sadly but keep it in mind that future can make modals easy centered without using js to calculate it and caring about content size

Sky_ye
Автор

Watching this in 2022 as my entry level learning Vue 3! Nice one!

dennisaarkana
Автор

Thank you so much, you just saved my life.

janeilestopa
Автор

I have ---Cannot read property 'buttonTrigger' of undefined--- error.

uualtin
Автор

Can this be compiled in a JS that can be added to any HTML?

SEOng-gslj
Автор

Hello, can you tell me how you did to create the child template by only typing "vue"? What kind of magis is this? Vue 3 Snippets doesn't do this, so I'm thinking it may be a custom one :) Thanks!

Trolpedo
Автор

how to open popup everywhere vue js ???
(like component in heeader and another place) ????

ДмитрийДудко-рв
Автор

I hate it when the video doesn't show what you're going to actually create until the end... ugh...

NickBrown
Автор

Nothing for beginners to take away from the video I guess, thanks for nothing

egbertjoel
Автор

I'm Trying this code, but it is not work, can I have contact with you

premodsuraweera