Modal Implementation
Has anyone ever written a generic component for a modal?
Something lean and not an external UI framework is enough for me. I heard the <portal> component is quite useful for this.
Background is that I want/need to implement a small DSGVO modal.
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I roughly do this in a modals component:
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I then set modal in a shared context from anywhere in the app.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yeah, this is rough and ready approach if you don't want lots of functionality / animation.