Chaitanya Vankarvchaitanyadev.hashnode.dev·Dec 2, 2023Why Material-Ui Reigns Supreme Over BootStrap in my React Adventures?Introduction: Bootstrap and Material UI are two great CSS frameworks for developing websites to be more visually appealing. Both the CSS frameworks have a large community to improve continuously evolving the needs of web developers worldwide. They ta...DiscussMaterialUIvsBootstrap
Rhytham Negirhythamnegi.com·Nov 25, 2023Implementing a Navigation Drawer in Material 3 with Jetpack ComposeIn this article, we will discuss how to implement a navigation drawer in Material 3 using Jetpack Compose. The navigation drawer is a common UI pattern in Android applications, allowing users to navigate between different screens or destinations in t...DiscussMaterial Design
Suman Sourabhsumansourabh.hashnode.dev·Nov 12, 2023How I Created Toggle Password Visibility with Material UIHave you ever entered your password in a password input field and forget what you just typed? And then you wanted to see it but wait! There was no option available to view your password. Annoying, right? To solve this problem, it is good to have a v...Discussmaterial ui
shah hetvihetvishah.hashnode.dev·Oct 28, 2023Flirting with Material 3: 😘 Exploring Its Shiny Features in Flutter 📱Getting to Know Material 3 💑 Material Design, originally introduced by Google, is all about creating visually pleasing and consistent user interfaces. With Material 3, it's taken a step further, making it even more engaging for Flutter developers. T...DiscussFlutter
Riti Rathodritiblog.hashnode.dev·Oct 11, 2023Elevate Your Admin Panel with the React MUI Free Template😎In the world of web development, creating an intuitive, functional admin dashboard is often a critical component of a successful project. Whether you're managing an e-commerce platform, a content management system, or a data analytics tool, having a ...Discuss·61 readsReact
shah hetvihetvishah.hashnode.dev·Sep 17, 2023🚀 Flutter's Material Magic: Crafting Awesome Apps with Widgets 😎Introduction 👋 Hey there, Flutter enthusiast! Welcome to the world of Flutter's Material Magic, where we'll embark on an exciting journey through the enchanting realm of Material Widgets. 🪄 What Are Material Widgets, Anyway? Alright, before we jump...DiscussFlutter
David Ogadavidoga.hashnode.dev·Aug 30, 2023Using Component Libraries in ReactWhat is React? React is a well-known open-source front-end JavaScript library used to create composable or reusable user interfaces. It is often referred to as React.js or ReactJS. React's component-based architecture is a key factor that has made it...Discuss·32 likes·290 readsReact
Daniel Ramirezdrmzio.hashnode.dev·Aug 11, 2023Material UI: Create Normal Looking TextFields The Easy Wayimport FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; import OutlinedInput from '@mui/material/OutlinedInput'; function TextFieldDemo() { return ( <FormControl size="small"> <FormLabel html...DiscussMaterial Design
Oluwatobitobilyn77.hashnode.dev·Aug 10, 2023Implementing Material UI In your React web applicationTable of Contents Introduction Uses of Material UI Setting up React Application Installing Material UI Understanding basic Material UI terminologies Project: Setting up a basic login page using Material UI Advanced learning guides available C...Discuss·1 likematerial ui
Jordan Moldovanjordan-moldovan.hashnode.dev·Jul 26, 2023Is Tailwind Bad or Do I Just Hate ItIt's been a while. I have spent a couple months dealing with some personal issues. But I want to jump back into writing and discussing some rather important and valuable facts to improve my own understanding of coding, as well as yours. But I don't w...DiscussTailwind CSS