Build Apps Faster with daisyUI Tailwind Components

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2023
  • Quickly build websites and apps using daisyUI Tailwind CSS Components.
    We'll walk through setting up daisyUI in a Next.js app with Tailwind installed, how to easily use the components, and talk about some tradeoffs including when we might want to opt for another library like shadcn/ui.
    Code: github.com/colbyfayock/my-dai...
    Demo: my-daisy-app.vercel.app/
    📺 RUclips: ruclips.net/user/colbyfayock?sub_c...
    🐦 Twitter: / colbyfayock
    📹 Twitch: / colbyfayock
    ✉️ Newsletter: www.colbyfayock.com/newsletter/
    🎥 What I Use: www.colbyfayock.com/uses
    #colbyfayock #nextjs #tailwindcss #daisyui #webdevelopment
  • НаукаНаука

Комментарии • 20

  • @colbyfayock
    @colbyfayock  6 месяцев назад +2

    Get fresh tutorials and other free content straight to your inbox! colbyfayock.com/news

  • @LukeRoberts1979
    @LukeRoberts1979 Месяц назад +4

    Tailwind needs bootstrap and bootstrap needs tailwind… I think we need tailstrap

  • @jamesdim
    @jamesdim 6 месяцев назад +3

    Thanks Colby! Always great quality content and to the point!

    • @colbyfayock
      @colbyfayock  6 месяцев назад +1

      no problem, thanks for the kind words!

  • @tomefira
    @tomefira Месяц назад

    You're a legend. Thank you so much man ❤🙏

  • @shineLouisShine
    @shineLouisShine 4 месяца назад +1

    Awesome.
    Subscribed!

  • @SofiaGoyal
    @SofiaGoyal 4 месяца назад

    I believe that for fun it's ok to use another library for a component you don't like, but practically in a production application it's not a good idea, as we will end up compromising on performance by increasing the build size

    • @colbyfayock
      @colbyfayock  4 месяца назад +4

      each of the libraries i showed only ship the code needed for the actual component that you use. you're not including the entire library and i wouldn't recommend that, nor would they. thus, it doesnt really matter if you intermix components in that manner

  • @jugurtha292
    @jugurtha292 2 месяца назад

    nice, daisy for html and css and shadcn for more complicated stuff. same approach as mine

  • @ThanHtutZaw3
    @ThanHtutZaw3 6 месяцев назад

    How do you get big font size in vs code . I got blur when ctrl Plus in vs code

    • @colbyfayock
      @colbyfayock  6 месяцев назад +3

      i change the resolution instead of trying to change the size of all the apps. particularly i use BetterDisplay to achieve that: github.com/waydabber/BetterDisplay

    • @ThanHtutZaw3
      @ThanHtutZaw3 6 месяцев назад

      @@colbyfayock Thanks 😊

  • @Fanaro
    @Fanaro 2 месяца назад

    Sharp tips.

  • @JEsterCW
    @JEsterCW 6 месяцев назад

    No.