Components

Open-source projects categorized as Components

Top 23 Component Open-Source Projects

Components
  1. Next.js

    The React Framework

    Project mention: Scarab Diagnostic Suite Field Test #012: Next.js Source Map Provenance Boundary | dev.to | 2026-06-06
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. shadcn/ui

    A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

    Project mention: Sixteen TUI components, copy-paste, no dependency | dev.to | 2026-05-22

    The web ecosystem went through this and landed on an answer. shadcn/ui inverted the model. There is no @shadcn/ui package on npm. Instead, the project ships a CLI that copies the source of a chosen component, with its Tailwind classes and Radix primitives intact, into the consumer's own components/ui/ folder. From that moment forward the consumer owns it. There is no upgrade button. There is no version drift. There is just the source, sitting in the consumer's repo, ready to be edited.

  4. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: 7 Free Tools and Resources for Building Well-Structured React Applications | dev.to | 2026-05-07

    Storybook is a tool for developing and documenting UI components in isolation. You write stories that render individual components with specific props, and Storybook displays them in a standalone browser environment that is separate from the main application. The v8 release significantly reduced configuration complexity, making it practical to add to an existing project without a major setup investment.

  5. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Project mention: Building a Decentralized Content Pipeline with Nostr & Astro | dev.to | 2026-06-02
  6. Element UI

    A Vue.js 2.0 UI Toolkit for Web

  7. daisyui

    🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

    Project mention: How to Turn Filament v5's Rich Editor Into a Full Block Editor | dev.to | 2026-04-28

    If you're using a component library like daisyUI, you can map styling options directly to its semantic classes btn-primary, bg-base-200). This gives you theme switching for free — every block re-skins automatically when the theme changes.

  8. react-bits

    An open source collection of animated, interactive & fully customizable React components for building memorable websites.

    Project mention: How I Fixed a CSS Animation Bug in an Open Source React Library | dev.to | 2026-05-26

    If you want to check out the PR: https://github.com/DavidHDev/react-bits/pull/851

  9. Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

    Project mention: How to Convert Supplier CSVs to Shopify/Amazon/WooCommerce Without Uploading to a Server | dev.to | 2026-06-01

    eBay: 30+ fields (item specifics, variations, shipping) Each schema is a JSON file defining field names, data types, and validation rules. The mapper walks source → target assignments and applies type coercion (string → number, date formatting, etc.) before export. The entire app stays under 200 KB gzipped by avoiding heavy UI libraries. It's built with Preact + htm (no JSX build step) and styled with Tailwind CSS v4. Export & Practical Considerations Export uses the standard Blob + download API. No server round-trip — just an ephemeral click with URL.createObjectURL(). The free tier handles 50 rows, enough to validate the mapping before committing. Column mapping profiles can be saved and reused, which is useful when the same supplier sends weekly inventory files with identical headers. Try It If you deal with supplier files regularly, you might find this useful. SKUMart handles all of this out of the box — just drop a file and export.

  10. heroui

    🚀 Beautiful, fast and modern React UI library. (Previously NextUI)

    Project mention: The tech stack behind InkRows | dev.to | 2026-01-06

    HeroUI provides accessible, pre-built components that work well with Tailwind CSS. So far, I think this is one of the best UI libraries so make sure you check it out.

  11. headlessui

    Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

    Project mention: vue-select is abandoned. Here's what I built to replace it. | dev.to | 2026-02-26

    I want to be upfront: this isn't the only option. Radix Vue includes a combobox component, and Headless UI has a listbox. Both are excellent libraries.

  12. recharts

    Redefined chart library built with React and D3

    Project mention: Recharts – A composable charting library built on React components | news.ycombinator.com | 2025-10-08
  13. vant

    A lightweight, customizable Vue UI library for mobile web apps.

  14. iview

    A high quality UI Toolkit built on Vue.js 2.0

  15. @blueprintjs/core

    A React-based UI toolkit for the web

    Project mention: Palantir's secret weapon isn't AI – it's Ontology. An open-source deep dive | news.ycombinator.com | 2026-02-21

    I think their secret weapon is their opensource UI library.

    https://blueprintjs.com/

    I've been tracking this project since 2018. It hasn't changed drastically since then, but man it was polished and robust library.

  16. magicui

    UI Library for Design Engineers. Animated components and effects you can copy and paste into your apps. Free. Open Source.

    Project mention: Top 5 Shadcn UI Block Libraries 2026 - In Depth Review | dev.to | 2026-02-22

    Website: magicui.design

  17. tabler-icons

    A set of over 6000 free MIT-licensed high-quality SVG icons for you to use in your web projects.

    Project mention: Iconify: Library of Open Source Icons | news.ycombinator.com | 2026-01-17

    I've used Tabler for everything so far (free, 4500 icons)

    https://tabler.io/icons

  18. office-ui-fabric-react

    Fluent UI web represents a collection of utilities, React components, and web components for building web applications.

    Project mention: Why So Many Design Systems Live in Monorepo | dev.to | 2025-08-28

    Microsoft Fluent UI: lives in a multi-package monorepo that ships React components, Web Components, and even design tokens.

  19. framework7

    Full featured HTML framework for building iOS & Android apps

    Project mention: Top 10 Frameworks for Hybrid Mobile Apps in 2026 | dev.to | 2025-12-19

    Framework7 is a hybrid mobile app framework focused on creating iOS and Android apps with a native look and feel. It is especially suitable for Progressive Web Apps (PWAs) and smaller projects. Framework7 comes with a comprehensive set of UI components that match each platform’s design guidelines, allowing developers to quickly build visually appealing applications with minimal configuration.

  20. vux

    Mobile UI Components based on Vue & WeUI

  21. bootstrap-vue

    MOVED to https://github.com/bootstrap-vue-next/bootstrap-vue-next

  22. nivo

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries

    Project mention: From Spec to Deploy: Building an Expense Tracker with SpecKit | dev.to | 2025-09-27

    Charts: Nivo for interactive visualizations

  23. omi

    Web Components Framework - Web组件框架 (by Tencent)

  24. semantic-ui-react

    The official Semantic-UI-React integration

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Components discussion

Log in or Post with

Components related posts

  • How I Fixed a CSS Animation Bug in an Open Source React Library

    1 project | dev.to | 26 May 2026
  • What ElumKit v0.1 already does (and the one primitive I missed)

    2 projects | dev.to | 24 May 2026
  • Why I Built My Own Site with Astro, Not WordPress when I use WordPress for a Living

    1 project | dev.to | 21 May 2026
  • Show HN: Tailgrids – React UI library with 600 Tailwind component

    1 project | news.ycombinator.com | 18 May 2026
  • The Icon Component I Keep Carrying

    3 projects | dev.to | 14 May 2026
  • Shadcn/UI: A set of beautifully designed components that you can customize

    1 project | news.ycombinator.com | 2 May 2026
  • How to Build a Modern Admin Dashboard with shadcn/ui in 2026

    1 project | dev.to | 22 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Component projects? This list will help you:

# Project Stars
1 Next.js 139,866
2 shadcn/ui 115,730
3 storybook 90,212
4 astro 59,871
5 Element UI 54,128
6 daisyui 41,070
7 react-bits 40,481
8 Preact 38,676
9 heroui 29,551
10 headlessui 28,605
11 recharts 27,207
12 vant 24,316
13 iview 23,830
14 @blueprintjs/core 21,798
15 magicui 21,172
16 tabler-icons 20,838
17 office-ui-fabric-react 20,040
18 framework7 18,668
19 vux 17,487
20 bootstrap-vue 14,451
21 nivo 14,034
22 omi 13,258
23 semantic-ui-react 13,223

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that TypeScript is
the 2nd most popular programming language
based on number of references?