Anish DeforAnishDe1202012020.hashnode.net·May 9, 20225 Amazing React Component Libraries to Consider for your Next ProjectAs web developers, it is often quite hard and time-consuming to make accessible UIs. This gets even worse when we have to make special components like Modals or Popovers from scratch. Thankfully, the React ecosystem is huge and there are many great p...Pronit Ray and 5 others are discussing this6 people are discussing thisDiscuss·84 likes·28.3K readsTHW Web AppsNice post, Chakra FTW! 3
Ashish mauryaforAshish Maurya's Blogtheashishmaurya.hashnode.net·Oct 7, 2021How to Create A Tag Input feature in ReactJS and Material UI.Hello Reader, It's been a while I haven't written any tutorial, and last night I was working on a project and needed a TagInput component. Well, implementation is not that hard but it took me some time to come up with an idea to create it. Before we...Vishwajeet Raj and 2 others are discussing this3 people are discussing thisDiscuss·70 likes·12.9K readsReact
Sam SycamoreforSycamore Gardentanoaksam.hashnode.net·Mar 10, 2022Get Started with Material UI and Next.js in TypeScriptMaterial UI paired with Next.js is a very powerful combo for quickly building complex apps. If you tried to re-engineer this stack from scratch, you'd have to invest hundreds or potentially thousands of hours into it before you ever actually started,...Andrew Jackson and 1 other are discussing this2 people are discussing thisDiscuss·56 likes·12.1K readsWeb DevelopmentMaterial Design
Justice Nwoguforjaycode's blogjaycodes1.hashnode.net·Feb 17, 2023Top 10 Tips for Building Beautiful UIs in FlutterIntroduction Who does not love an eye-catching, immersive app? I'm guessing everyone does, and Flutter is a popular framework for building cross-platform mobile applications with beautiful and responsive user interfaces (UIs), which is so cool. As a ...Si Nguyen and 5 others are discussing this6 people are discussing thisDiscuss·40 likes·248 readsFlutter
Funyinoluwa KashimawoforBlog.FunyinKashfunyin.hashnode.net·Feb 11, 2023Case Study 1: Full Stack Engineering - Figma, Android, KtorI had the unique opportunity of working on a project from start to finish, with complete independence. This was the first time I've had the opportunity to do this(apart from personal projects), and I was happy because I had the chance to try out a lo...Discuss·23 likes·396 readsAndroid
Vincent TsenforVincent Tsen - AndroidDev Blogvtsen.hashnode.net·Feb 3, 2023Convert Android App to Use Material 3 DesignThis article shows the steps to convert this Jetpack Compose App Template to use Material 3 design - the latest version of Google’s open-source design system. 1. Update Compose Material Dependency Replace implementation("androidx.compose.material:mat...Discuss·1 like·208 readsAndroid App DevAndroid
Melvin SalasforMelvin Salasmelvinsalas.hashnode.net·Jan 30, 2023Material 3We’re excited to kick off 2023 with the release of Flutter 3.7! Flutter continues to improve the framework by adding new features such as new debugging tools and much more. One of them is the new features of Material 3 using the ThemeData widget in...DiscussFlutterFlutter
Vladimír MacháčekforVladimír Macháčekmachy8.hashnode.net·Jan 14, 2023Using Beautiful Material Themes from Material Theme Builder in Stylify CSSMaterial Theme Builder is a tool with which you can easily generate Material Theme color palettes and typography sizes for your website. Features: ✅ Theme colors can be generated from an uploaded image or by using their color picker. ✅ Configured t...Discuss·10 likes·37 readsCSS
React ThemesforReact Themes's blogreact-themes.hashnode.net·Jan 11, 2023List of Top 5 React Material Templates with Source CodeReact Material Admin Templates tend to be well-suited for larger organizations with a dedicated in-house team, agencies, freelancers, and learners. Admin Dashboards tend to be minimalistic and focused on providing a set of control panel options and s...Discussreact material
Amit PRforAmit Prafulla's Blogapfirebolt.hashnode.net·Jan 5, 2023Create a text editor in React using Material UII was doing some research on creating a feature text editor in React for one of my MERN projects. Text editors, similar to what we have on Hashnode, Stackoverflow, medium.com and many more websites. I was able to implement it using a library called '...Discuss·58 readsMaterial Design
K I R A Nforkir4n.hashnode.net·Dec 20, 2022Mui with Tailwind CSSWhat is Mui? Mui aka material UI is a React UI library that complements React for a fast build. It comes with pre-built React components and a default Material Styled Theme(which is very common in Google products). We can either keep the default them...Discuss·6 likes·78 readsmui-with-tailwindcss
Martin JeretforCodemagiccodemagic.hashnode.net·Dec 16, 2022FeaturedMigrating a Flutter app to Material 3This article is written by Taha Tesser and originally posted to Codemagic blog. At Google I/O 2021, Google announced the next evolution of Material Design, Material You, along with Android 12. The Material Design system's biggest overhaul yet brough...Sandeep Panda Test and 2 others are discussing this3 people are discussing thisDiscuss·38 likes·390 readsFlutter
Satvik Kushwahaforsatvikkush.hashnode.net·Oct 23, 2022Navigation Drawer with Material 3 (The Easy Way)Introduction Hello there, readers. I discovered an easy and quick way to work with side navigation drawers in Android using Material 3. I tried the old methods available on YouTube and other platforms, but they are difficult to build. So I devised th...Discuss·60 readsAndroid