bchiragbchirag.hashnode.dev·Nov 23, 2024How to setup Material-UI (MUI) theme globally in a React project?Why to set up MUI theming? Setting up a global theme in Material-UI is a powerful way to maintain a consistent design system across your entire React application. Centralized style management All your designs - colors, fonts, spacing, shapes are m...React
Stephan E.G. Veenstraseg.veenstra.dev·Sep 8, 2024How I Theme My Flutter Apps: Introducing "Skinning"Last year, I wrote two articles about theming in Flutter, sharing my frustrations with ThemeData (part 1 & part 2). While ThemeData is powerful, its extensive properties can be overwhelming, especially when many of them are rarely used. After experim...55 readsFlutter
Supratim Deysanjudev.hashnode.dev·Aug 8, 2024A Deep Dive into Styled-ComponentsWhat is Styled-Components? Styled-Components is a library that allows you to write CSS directly within your JavaScript files. It leverages tagged template literals to style your components, enabling a more dynamic and component-driven styling approac...#ComponentBasedDesign
Peter Ewanfoluckypeter.hashnode.dev·Jul 8, 2024How to Implement Custom Theme (Dark & Light Mode) in Flutter using ThemeExtensionApplication theming is now a major practice in mobile and web development. With more users adopting it and major apps integrating these practices, it is important for us as engineers to know how to implement it. In this article, I will explain how to...62 readsFlutterFlutter
Michelle and Jeremycodewithmitch.hashnode.dev·Aug 29, 2023All About Theming in Jetpack ComposeIn mobile app development, creating visually appealing and consistent UIs is important. Having talked about creating Dynamic UIs in the previous article, one essential thing to consider has to be the theme of your application. So in this article, we ...14 likes·112 readsAndroid Development using Jetpack Composetheming
NBR0KNnativenuggets.hashnode.dev·Jul 30, 2023Harnessing the Power of Dark ModeIn an ever-evolving digital landscape, our screens continue to dazzle us with innovative design transitions. One such transition making waves in recent years is the rise of dark mode. Arthur Lee, an expert in the field, has shared invaluable insights...Conferencestheming
Alain Iglesiasblog.aiherrera.com·May 20, 2023Crafting Time: Building an Analog Clock with React and Tailwind CSSIntroduction In the dynamic world of JavaScript frameworks, few hold their ground as solidly as React. Combine it with the elegance and simplicity of Tailwind CSS, and you've got a potent mix that is ideal for building user interfaces. In today's pos...2 likes·1.3K readsReact
Stephan E.G. Veenstraseg.veenstra.dev·Apr 23, 2023Why theming in Flutter is confusing (to me) Part 2In my previous article, I tried to explain why theming in Flutter confuses me.I ended the article by saying the way ThemeData is implemented doesn't make sense to me. A few weeks have passed and I've been playing with this in my head, and within my p...210 readsFlutter
Stephan E.G. Veenstraseg.veenstra.dev·Apr 8, 2023Why theming in Flutter is confusing (to me)About two weeks ago I posted the following tweet: https://twitter.com/SEGVeenstra/status/1639904262837739520 Reactions to this tweet were pretty divided. Some people agreed with me, and some people thought the theming in Flutter was just fine. In t...7 likes·726 readstheming
Andrew James Okpainmozhacks.hashnode.dev·Apr 7, 2023How To Add Light And Dark Theme-Toggle To A NextJs App Using TailwindcssIntroduction The world of programming is a “world of trends”. Trends come and go. While some last for just a little while, others can last very long — some might even get to stay forever. Such trends can be in the form of preferences for certain prog...115 readsFrontend Development