What is a component library and should you build your own?

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. open-ui

    Maintain an open standard for UI and promote its adherence and adoption.

    There are discussions going on within the Open UI to see how this could start taking shape within the next few years.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS 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.

    Some developers might want the best of both worlds. They might want a component built by a trusted third-party library, while also having full control over the markup, styles, and functionality. Libraries like ShadCN allow for this kind of work flow, by allowing developers to copy and paste the component definition into their own projects, effectively letting them own the component.

  4. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    A toolchain to generate CSS classes based on your configuration (Tailwind)

  5. pico

    Minimal CSS Framework for semantic HTML

    A single CSS file (Pico)

  6. open-props

    CSS custom properties to help accelerate adaptive and consistent design.

    Dozens of other tools, like Open Props, fit somewhere in between.

  7. material-web

    Material Design Web Components

    For instance, Google’s Material Web is a web component implementation of Material Design. Base Web and Lightning Web Components are also open source too.

  8. WHATWG HTML Standard

    HTML Standard

    Importantly, you’ll learn more about the web by doing so. If it’s your first time building a component library, it can be an opportunity to dive deeper into the HTML browser specs, or brush up on your web accessibility knowledge. This will improve your abilities as a web developer, which will serve you well in any frontend project in the future. It could even help you land your next job.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. headlessui

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

    Other examples of component libraries like this are Lion and HeadlessUI.

  11. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    For me, Bootstrap is the first that comes to mind. Back in the day, if you wanted to give your site a quick lick of paint, you’d drop the CDN link to the bootstrap CSS file and immediately get that Bootstrap look. It was everywhere in the mid-2010s.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Summer's Work... Redesigning WIT's Tutors Open Source Software Using DaisyUI

    8 projects | dev.to | 10 Sep 2021
  • CSS Sem Glamour: O que ninguém te conta sobre usar frameworks no dia a dia.

    4 projects | dev.to | 2 May 2025
  • Tailwind vs Linaria: Performance Investigation

    4 projects | dev.to | 24 Apr 2025
  • Running Phoenix applications on RISC-V: A Practical Report

    3 projects | dev.to | 19 Apr 2025
  • 10 Best Free UI Libraries Based on Tailwind CSS in 2025

    6 projects | dev.to | 10 Apr 2025

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