Hook
More breakout videos from this creator.
HERE ARE FOUR UI LIBRARIES I USE EVERY DAY The first UI library that I use is shadcn/ui. There's nothing really special about shadcn/ui but due to its simplicity and minimal designs, it just makes designing applications so here we have a pre-designed button. All we need to do is call this into our app and we can design it how we see fit using this boilerplate code. The next UI library is daisyUI. And the special thing about daisyUI is its usage with Tailwind. Let's say we wanted this exact card rather than calling it within a separate file and then importing it into our JSX file, we can just call it in here, call card body and write the contents within it. The third UI library is Aceternity. This one I use for the main parts of an application. Let's say one design I would probably use. Look how cool this looks it's amazing. The final UI library that I use all the time is NextUI. And frankly, like all the other ones, but it has an added like coolness to it. For example, they have squared avatars. I don't think any other UI library has that. And yeah, those are the four UI libraries I use all the time.