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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • SaaSHub

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

    SaaSHub logo
  • shadcn/ui

    Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

    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.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

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

  • pico

    Minimal CSS Framework for semantic HTML

    A single CSS file (Pico)

  • open-props

    CSS custom properties to help accelerate adaptive and consistent design.

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

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

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

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

  • 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
  • ExtJS and Tailwind CSS

    2 projects | dev.to | 13 Oct 2024
  • Inline Scope for CSS

    2 projects | news.ycombinator.com | 13 Oct 2024
  • Tailwindcss is not Bootstrap nor Materialize

    1 project | dev.to | 11 Oct 2024
  • buildDesignSystem fn in Tailwind CSS source code.

    1 project | dev.to | 11 Oct 2024

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