What is Radix Themes?

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 46

  • @HenryBabbage
    @HenryBabbage ปีที่แล้ว +8

    the influence of shadcn-ui back on Radix seems undeniable

  • @zscoder
    @zscoder ปีที่แล้ว +6

    We need more Radix UI tutorials on YT, thanks for sharing

  • @gradientO
    @gradientO ปีที่แล้ว +8

    Discovering your channel is one of the best things I've done this year. The way you explain stuff is awesome ❤
    Btw how to choose between Radix Colors and Tailwind colors (I'm using radix primitives not the one in this video)

  • @edgarasben
    @edgarasben ปีที่แล้ว +9

    Thanks for explaining it simply! :) I saw it, but instantly though: what are the limitations and how well does it play with Tailwind?

  • @tech3425
    @tech3425 ปีที่แล้ว

    Time to binge Radix UI vids!

  • @hakuna_matata_hakuna
    @hakuna_matata_hakuna ปีที่แล้ว +2

    How is Daisy ui so ahead in having nice handpicked themes , with anneasy way to quickly modify an existing one father than start from scratch

  • @raymondmichael4987
    @raymondmichael4987 ปีที่แล้ว

    That’s my next TASK figured out for me, applying this to my app

  • @JanacMeena
    @JanacMeena 11 หลายเดือนก่อน

    🎯 Key Takeaways for quick navigation:
    00:01 🧩 *Radix Themes Overview*
    - Introduction to Radix Themes as a set of UI components for React.
    - Highlights the ease of customizing these components to match an application's brand or style.
    00:27 🎨 *Customizing Theme Colors*
    - Demonstrates changing the accent color of the application.
    - Shows the impact of color change on various UI elements like buttons, tables, and placeholders.
    01:09 🌗 *Switching to Dark Mode and Adjusting Radius*
    - Transitioning the app's appearance to dark mode with new color shades.
    - Adjusting the radius property to alter the UI's corner styles.
    01:47 🧱 *Unified Theme Component*
    - Explains how each component in Radix Themes derives its style from a single theme component.
    - Emphasizes compatibility and beauty of components under any chosen theme.
    02:17 🖌️ *Component Showcase and Design Details*
    - Showcases a variety of components and their responsiveness to the theme.
    - Highlights specific design details like border radius variations and padding adjustments.
    Made with HARPA AI

  • @AnselmaRiemer
    @AnselmaRiemer 14 วันที่ผ่านมา

    Great analysis, thank you! I need some advice: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?

  • @pyrocentury
    @pyrocentury ปีที่แล้ว +23

    Honestly not a fan. The import size for radix-themes are massive and size of the css file balloons since it automatically loads all the tailwind utility classes instead of just the ones you need and use. The modularity of the primitives and only importing what you need was a huge plus.

    • @combatninjaturtle
      @combatninjaturtle ปีที่แล้ว +8

      It doesn’t matter really because tree shaking is done in the build.

    • @KylanHurt
      @KylanHurt 5 หลายเดือนก่อน

      @@combatninjaturtle Does tree-shaking work with CSS?

    • @combatninjaturtle
      @combatninjaturtle 5 หลายเดือนก่อน

      @@KylanHurt yes, why not?

    • @KylanHurt
      @KylanHurt 5 หลายเดือนก่อน

      @@combatninjaturtle Literally just looking into it now. I'll have to look into the specifics of how it works and how they decide which CSS classes to include vs remove.

  • @edhahaz
    @edhahaz ปีที่แล้ว +3

    How does it compare to headless UIs you've been using until now like Aria?

  • @waqasabi
    @waqasabi ปีที่แล้ว

    Looks pretty cool

  • @yunyang6267
    @yunyang6267 ปีที่แล้ว

    Could you make a video about background theme? For example, Discord premium theme looks really cool, could you show us how to make background look like that

  • @ThomazMartinez
    @ThomazMartinez ปีที่แล้ว

    damn that table does wable

  • @murw1n
    @murw1n ปีที่แล้ว +2

    What about custom components? And does it use css-in-js?

  • @ManojAP
    @ManojAP 4 หลายเดือนก่อน

    what about Nextui?

  • @kmylodarkstar2253
    @kmylodarkstar2253 ปีที่แล้ว

    how to work with design tokens to convert into themes? is there anybody working into this or they are just different approaches

  • @airixxxx
    @airixxxx ปีที่แล้ว

    I'm using Radix primitives with Tailwind, do you recommend using Radix Themes with Tailwind? Since Tailwind has its default colors and variables in its config it may clash with this theme provider and Javascript oriented props.

  • @OnlyJavascript
    @OnlyJavascript ปีที่แล้ว

    is it possible to use tailwind classes? how about making this responsive?

  • @maskman4821
    @maskman4821 ปีที่แล้ว

    Way so cool 😍🤩😘

  • @raymondmichael4987
    @raymondmichael4987 ปีที่แล้ว

    Hi, can we use this with shadcn/ui too?

  • @nthonymiller
    @nthonymiller ปีที่แล้ว +1

    How does Radix themes differ from Shadcn-ui ?

    • @SatoshiNakamono
      @SatoshiNakamono ปีที่แล้ว

      Shadcn UI and Radix Themes are built on top of Radix Primitives. These UI libraries have the same purpose.

  • @ayoubdahmen8316
    @ayoubdahmen8316 11 หลายเดือนก่อน

    m i the only one that can't get the dark appeareance when i type it ?
    PS : iam using React not NextJS

  • @VinceKronlein
    @VinceKronlein ปีที่แล้ว

    Is there Radix Themes for Vue?

  • @isaacvargas7493
    @isaacvargas7493 ปีที่แล้ว

    As others have asked, I am also curious how Radix Theme plays with Tailwind. Can you override parts of the component by using Tailwind? So far it seems that Radix UI primitives are the way to go if you wish to customize individual components. Thank you so much for the videos. Really clear and well produced!

  • @shafu_xyz
    @shafu_xyz ปีที่แล้ว

    radix ui seems to miss combobox component which is very crucial in most projects, how would go about that? yea we can use another lib for that, but then does this theming break for that component?

    • @marvinkr
      @marvinkr ปีที่แล้ว

      just add some shadcn/ui components on top of it

    • @grunklejp
      @grunklejp ปีที่แล้ว

      @@marvinkr Shadcn/ui doesnt do a true combo box either. It does a select/dropdown with a search inside. The short answer is that @shafu_xyz, yes you'll need to use another component & radix theme is exposed as CSS Custom properties so any styling you need to handle manually you can use your theme's value.

  • @Vedicaa
    @Vedicaa 4 หลายเดือนก่อน

    wow

  • @iamfaizanarif
    @iamfaizanarif ปีที่แล้ว

    Wondering how well it works with shadcn ui?

    • @smotch7533
      @smotch7533 ปีที่แล้ว +5

      this replaces it.

    • @speedster784
      @speedster784 ปีที่แล้ว

      @@smotch7533 it doesn't replace it. shadcn ui is built on top of this UI library meaning it uses this library underneath to do what it does

    • @smotch7533
      @smotch7533 ปีที่แล้ว +2

      @@speedster784 explain why you would use shadcn over this.

    • @SatoshiNakamono
      @SatoshiNakamono ปีที่แล้ว

      ​@@speedster784 Shadcn UI and Radix Themes are built on top of Radix Primitives. These UI libraries have the same purpose.

  • @OnlyJavascript
    @OnlyJavascript ปีที่แล้ว

    specificity is the biggest issue .

    • @OnlyJavascript
      @OnlyJavascript ปีที่แล้ว

      getting back to shadcn until this gets fixed.

    • @ChristofferLund
      @ChristofferLund ปีที่แล้ว

      @@OnlyJavascript What do you mean with specificity? The part about only importing the components you need or something like css selector specificity etc
      I'm considering both radix themes and shadcn so any input is greatly appreciated

  • @ash1kh
    @ash1kh ปีที่แล้ว

    Honestly tailwind makes everything obsolete. 😊

    • @KylanHurt
      @KylanHurt 5 หลายเดือนก่อน

      But Tailwind doesn't even take functionality into account, does it?

  • @Benedictator123
    @Benedictator123 5 หลายเดือนก่อน

    This to me seems to take away any creativity from ui building or is that ignorant?

    • @KylanHurt
      @KylanHurt 5 หลายเดือนก่อน +1

      Good custom UI's will always need designers, but sometimes a project needs a UI built quickly that doesn't look like crap. This is definitely a step better than everyone just using MaterialUI or Bootstrap.