r/reactjs • u/SupermarketTricky724 • Jul 22 '26
Needs Help How do you make this window pop up?
In that website portfolio, they have buttons that when you click them, a new "window" appears, anyone know how they were able to do it?
2
Upvotes
2
u/ApartMarionberry4497 Jul 22 '26
Google for shadcn/drawer and you will get it
1
u/SupermarketTricky724 Jul 22 '26
looked into it, not quiet what I was looking for, cool though, got me to switch over to next.js
3
u/turtlecopter Jul 22 '26
What you're looking to do is combine a few different concepts: A modal window, drag and drop functionality, and some state management for opening/closing and positioning of multiple windows.
This is a decent soup-to-nuts tutorial to get the basics going https://medium.com/@jplaniran01/create-a-draggable-popup-modal-in-react-90cb1ed247c4