Radix UI Tutorial: Create Customizable UI Components

preview_player
Показать описание
In this video, you'll learn the pros and cons of various React component libraries and discover why Radix UI stands out as a superior choice. I'll walk you through real-world examples to show how easy and powerful it is to use Radix UI for building modern, accessible, and customizable interfaces. Don't miss out on this comprehensive guide to elevate your web development skills!

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.

SERVICES THAT I'M USING

STUFF I USE

TIMESTAMPS
0:00 Introduction
0:13 Unstyled
0:50 Versatility
1:17 Accessibility
1:47 This is a solution
2:40 Alert Dialog
4:33 Single Select

MOST POPULAR COURSES

CONNECT WITH ME!

REFERENCES
Рекомендации по теме
Комментарии
Автор

Funny I just googled radix yesterday. Looks interesting. Is there something similar for Angular?

BrendanAlexander
Автор

Not a fan of these type of component libraries which I feel should be called CDKs since they require more coding to make them actually usable. Not easy to hand off to a jr dev and you're forced to create your own custom component with opinionated styling. Otherwise this requires a lot of copy/paste boilerplate strewn throughout your code. Maybe I just want a modal component where I specify title, description and button text and maybe pass it a class for styling.

simianstyle