Cristhian Cano Bogadoparaguayandev.hashnode.dev·Aug 17, 2024Navegar entre pestañas del tabs region con javascriptOracle APEX permite el uso de JavaScript que facilita la manipulación de regiones de pestañas. Esta permite realizar tareas como cambiar a una pestaña específica, obtener la pestaña activa, y mucho más. Estas funciones son útiles cuando quieres contr...75 readsgraficos
Frontend Clubfrontend-club.hashnode.dev·Jun 12, 2024Tabs MiniprojectAprende a crear pestañas sencillas, usando HTML, CSS, y JavaScript. Ejemplo: https://codepen.io/frontend-club/pen/eYaGNwO Marcado HTML <div class="tab"> <button class="tablinks" onclick="openCity(event, 'Sucre')" id="defaultOpen">Sucre</button>...Mini projectstabs
Moustafa Khalilsharpbim.hashnode.dev·May 24, 2024Revit Addin Tab and buttons ShortcutCustomizing Shortcut Keys for Tabs and buttons in Revit Add-ins When developing Revit add-ins, it's essential to provide users with intuitive and efficient ways to access your custom functionalities. One effective method is to assign shortcut keys to...53 readsRevitaddin
Serhat Bekbek-dev.hashnode.dev·May 16, 2024Vanilla JavaScript - TabsTabs allow users to navigate between different sections of content within the same page. In this tutorial, we'll walk through how to create a basic tabs component using plain JavaScript, HTML, and CSS. Before we start I'd like mention that I used: B...JavaScript
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Dec 11, 2023Reusable React Components Across Multiple ScreensWhen developing applications, reusability stands as a cornerstone of efficient coding. With React's component-based architecture, we can seamlessly implement a single component across various screens, ensuring consistency and reducing redundancy. Bui...screens
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Dec 11, 2023How To Create Tab Components with Invisible Borders in ReactTab navigation is a cornerstone of user-friendly interfaces, allowing seamless content organization. Leveraging CSS, we can elevate the visual appeal of tab components by ingeniously manipulating borders. HTML Structure Our starting point involves se...invisible-Border
Evleensingh Thakraldevsimplified.hashnode.dev·Jul 5, 2023Tabs in React.js with Slider AnimationTabs are a common UI element used in web applications to organize content and improve user experience. In this tutorial, we will show you how to create tabs in React.js with slider animation. Prerequisites Before we begin, make sure you have the foll...10 likes·1.6K readsReact