Thomas Portelangeblog.lekoala.be路Oct 29, 2024Using Dialog elements todayModals are typical UI elements for many web apps. There are countless packages dedicated to that specific features, each framework creating its own variation. Popular frameworks like Bootstrap also have custom code to deal with it. But all this feels...DiscussDialog
The Murphthemurph.hashnode.dev路Jun 11, 2024FeaturedBuilding Reusable Modals with HTMX, templ, and GoI am writing a website using HTMX and Go and I needed a simple and repeatable solution to show different types of modals to the user from the backend; primarily a confirmation modal where the user is required to click another button to confirm the ac...Discuss路18 likes路1.6K readsGo Language
Bruno Cardosocardoso.hashnode.dev路Mar 27, 2024Build native HTML modals and dialogsHello Everyone 馃憢 Today I bring a tip that can change the way you use some modals or dialogs, and this works not only for Oracle APEX but for any web page. The <dialog> Element This element was added to HTML 5.2 and brought a native dialog with much ...Discuss路3 likes路222 readsApex
Descoezigbo.hashnode.dev路Jan 4, 2024Mastering Dialog Components in Shadcn/ui LibraryI wasn鈥檛 a fan of UI libraries until I started using Shadcn UI. It has gathered a lot of attention over the past few months, but how stress-free it is making frontend developers experience. It is so flexible and offers a number of different types of ...Discuss路32 readsNext.js
Tom谩拧 Korecblog.codestranger.com路Nov 2, 2023Replace your modals with <dialog> (or don't)The dialog element has been around for a while, and the key question is: Can it effectively replace all modal elements of various types and designs? The short answer is yes. However, there are several reasons why you should not rush to prepare for th...Discuss路29 readsHTML
Dave Kdavek.dev路Oct 27, 2014C# Visual Object Explorer DialogOften, when building visual applications I find that as I build the applications in stages, there are often times when I鈥檇 like to be able to quickly view what data is in the application memory without having to build the UI and link the data to a se...Discuss路122 readsTalking I.T. Throughsoftware