Dania Emaridania.hashnode.dev·Sep 15, 2023Bootstrap VS DaisyUIWhat are Bootstrap and DaisyUI? They are both front-end development frameworks and toolkits, but they are different from each other. DaisyUi is a UI component library and plugin for Tailwind CSS, a popular utility-first CSS framework. And Bootstrap i...Discuss·2 likesBootstrap
Yousra Kamalyousraa.hashnode.dev·Sep 8, 2023Simplify UI Development with DaisyUI🌻What is DaisyUI? DaisyUI is a collection of pre-designed UI components and utility classes that work with Tailwind CSS. It's like an extra layer on top of Tailwind that makes it easier to create consistent and visually appealing UIs without having ...Discuss·1 like·43 readsdaisyui
Jay Simonsdesignly.hashnode.dev·Aug 12, 2023Create an Emoji Selector for Next.js Forms using Tailwind + DaisyUIEmojis 😃🌟🌈 have become an integral part of our digital conversations. They inject personality into our texts 📝, express emotions 🥰😂😢, and sometimes even say more than words themselves could 🙌. As developers, providing an avenue for users to s...DiscussNext.js
Hrishikesh Pathakhrishikeshpathak.hashnode.dev·Jul 11, 2023Use TailwindCSS with Eleventy Static Site GeneratorIf you are building a blog with Eleventy and want to add TailwindCSS for styling, then this is the guide for you. Please read till the end don't skip any steps. TailwindCSS is a CSS library that uses utility classes to style HTML markup. Therefore, n...DiscussJavaScript
B Zbzzz.hashnode.dev·Oct 3, 2022Catlog App Development Journal - #2 MVP Structure & FunctionalityPhase II (as of 9/30/2022) Current Structure and Functionality: Home Page: Login Register Cuteness Express: doesn't require login, anyone can see all cats that need a home All Cats Page: navbar: hamburger menu on small screens Cat Profile Cards: ...Discuss·10 likes·31 readsmvp app development
Nathansuarez.hashnode.dev·Aug 15, 2022Converting From Bootstrap to TailwindRecently made the decision to convert my project from Bootstrap to Tailwind. You maybe wondering what may have led to that decision. Part of the reason is I like the flexibility of Tailwind and seems worth the hype. Another reason was because I wante...Discuss·41 readsReact
Jakubroyserg.hashnode.dev·Aug 3, 2022BearBoard #3 - dark themeProbably the most important nice-to-have feature of any application. TL;DR This is actually the first time I "developed" a light/dark theme feature. Thanks to the daisyUI component library it was not as difficult as I initially expected. Added them...Discuss·70 readsBearBoard DevelopmentTauri
Jordan Harrisonjord.dev·Aug 2, 2022How to build a simple Login system with React & FirebaseThis guide will step you through how to build a React app using the create-react-app tool and implement a login system using Firebase. The front end for this application is built with TailwindCSS using the DaisyUI component library. The final code ca...Discuss·2 likes·158 readsReact
Jakubroyserg.hashnode.dev·Jul 18, 2022BearBoard #2 - coin searchSearch with paginated results CoinGecko api accepts any input whether provided with a currency name (bitcoin) or a symbol (btc). Response is not paginated - meaning, data coming back from API will include all search results (everything matching searc...Discuss·69 readsBearBoard DevelopmentTauri