primitives
shadcn/ui
primitives | shadcn/ui | |
---|---|---|
29 | 274 | |
16,295 | 79,123 | |
2.2% | 4.7% | |
9.3 | 9.4 | |
about 18 hours ago | 7 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
primitives
- Explaining Scoped Context in React with example
-
Hacky Way to Customize Shadcn’s Tooltip Arrows
While this approach works, I’m sure there are UI libraries that allow for easier and more flexible tooltip styling. However, it feels rewarding to have found a workaround for this. If you're interested in exploring other options, you might want to check out this discussion.
-
Headless UI alternatives: Radix Primitives, React Aria, Ark UI
Radix Primitives is a library of unstyled React components built by the team behind Radix UI, a UI library with fully styled and customizable components. According to its website, the Node.js, Vercel, and Supabase teams all use Radix Primitives. The library has 14.8K stars on GitHub.
- Radix Primitives: an open-source UI component library
-
React: Build your own composable, headless components
Fast forward to a week ago, I cloned the Reach UI and Radix UI codebase and started exploring. Large codebases are always difficult to comprehend. With some digging around and reverse engineering, I was able to create the first component listed in the Reach UI docs, the Accordion.
- Show HN: Radix Themes – A beautiful, open-source React component library
- 5 React Libraries to Level Up your Projects in 2023
-
I'm building Radix Svelte, an unstyled UI component library with a focus on accessibility.
Other things that led me to choose this path were: Most libraries that are ports, official or not, use the original name (e.g. Svelte Material UI); Radix UI's license is fairly permissive (https://github.com/radix-ui/primitives/blob/main/LICENSE), which is why I also don't think it matters that it's a company behind it. Same as why I don't see an issue with the name Preact, for example.
-
I made a tool for converting between different media formats (without uploading to a server)
For a react project I recommend https://radix-ui.com, it's got pretty good defaults
-
List of free Tailwind UI component resources
radix-ui.com
shadcn/ui
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Building a UI in 60 seconds with Shadcn and Framer AI
Visit the official Shadcn documentation and browse through the collection of pre-built components. Once you find a component you want, simply copy the provided code and paste it into your project. For example, here's how you can use the Button component:
- Bringing people together with Neighborly
-
Building Better UIs: Why ShadCN and Radix Are Worth Your Attention
What’s ShadCN?
-
How I Saved Time on Frontend Development Using shadcn Components (And Made It Look Better Too)
So, for making the user experience better I had to look for ways to get it done quick and elegantly, Thats how I Found shadcn.
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Tailwind CSS shadcn/ui NextUI Material UI DaisyUI Park UI Aceternity UI
-
Be Aware of the Makefile Effect
I think this is a good point. As somewhat of a tangent I have vaguely been thinking of the difference between copy pasting and explicitly extending for a bit.
It seems that in many cases, adapting copy pasted code has some benefits over importing and adjusting some library code. https://ui.shadcn.com/ is an example of going the copy paste direction. It seems to me this is preferable when tweaking the exact behaviour is more important than keeping up to date with upstream or adhering to an exact standard. If you customize the behaviour a lot the extra abstraction layer only gets in the way. This insight might be a bit mundane.
-
How to turn any website into png
import puppeteer from 'puppeteer' const url = 'https://ui.shadcn.com' const browser = await puppeteer.launch() const page = await browser.newPage() // dark mode await page.emulateMediaFeatures([ { name: 'prefers-color-scheme', value: 'dark', }, ]) await page.goto(url, { waitUntil: 'networkidle2', }) const data = await page.screenshot({ fullPage: true }) await browser.close()
-
Dev Next a job platform built with Next.js, Tailwind CSS, Prisma, and NextAuth 💻
Shadcn/ui
-
Building a Google Sheets–Like Table Component with TanStack Table, Zod, and ShadCN/UI
ShadCN/UI for elegant UI components and styling
What are some alternatives?
dub - Open-source link management infrastructure. Loved by modern marketing teams like Twilio, Perplexity, Vercel, and Huberman Labs.
heroui - 🚀 Beautiful, fast and modern React UI library. (Previously NextUI)
zag - Finite state machines for building accessible design systems and UI components. Works with modern frameworks, and even just Vanilla JS
flowbite - Open-source UI component library and front-end development framework based on Tailwind CSS
sveltekit-package-template - A barebones project that provides the essentials for writing highly-optimized, reusable packages in Svelte.
daisyui - 🌼 🌼 🌼 🌼 🌼 The most popular, free and open-source Tailwind CSS component library
react-spectrum - A collection of libraries and tools that help you build adaptive, accessible, and robust user experiences.
antd - An enterprise-class UI design language and React UI library
component-template - A base for building shareable Svelte components
mantine - A fully featured React components library
chakra-ui - Chakra UI is a component system for building products with speed ⚡️
headlessui - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.