16-11-2025 - Andrés Cruz
Dialog We implemented a native confirmation dialog in Laravel Inertia and also, using Oruga UI with Vue.
22-11-2025 - Andrés Cruz
Dialog We will see how to use Bottom Sheet Modals in Flutter using showModalBottomSheet and some additional considerations.
07-09-2024 - Andrés Cruz
Dialog We created a simple deletion scheme for categories using a confirmation dialog in Livewire
04-12-2025 - Andrés Cruz
Dialog Learn how to use the <dialog> element in HTML to create accessible, customizable, and library-free native modals. Examples, methods, attributes, and best practices.
05-08-2023 - Andrés Cruz
Dialog We will see how to use the modal component in Oruga UI to display a confirmation dialog in Vue 3.
26-06-2023 - Andrés Cruz
Dialog This entry talks about a method to indicate the loading progress of an operation that can replace the ProgressDialog called ProgressBar.
23-06-2023 - Andrés Cruz
Dialog Through a simple example, it is explained how to use Bottom Sheets in Android including their definition, status and the two types that exist: the modal bottom sheet and the Persistent Bottom Sheet.
16-06-2023 - Andrés Cruz
Dialog The dialogs (dialogs) in Android are nothing more than a small customizable window through styles and layouts and in the Android SDK it has built-in classes; in this entry we will see the different types of dialogs in Android.
01-04-2023 - Andrés Cruz
Dialog Aprende a usar un dialogo de confirmación en Laravel Inertia con Oruga UI.