primitives VS shoelace-css

Compare primitives vs shoelace-css and see what are their differences.

primitives

Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos. (by radix-ui)

shoelace-css

A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME. WE ARE LIVE ON KICKSTARTER! 👇👇👇 (by claviska)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
primitives shoelace-css
26 73
14,192 12,030
4.4% 4.1%
8.0 9.5
12 days ago 8 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of primitives. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-22.
  • Radix Primitives: an open-source UI component library
    1 project | news.ycombinator.com | 20 Mar 2024
  • React: Build your own composable, headless components
    3 projects | dev.to | 22 Jan 2024
    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
    1 project | news.ycombinator.com | 8 Aug 2023
    Hi HN! I'm Vlad, a designer and engineer on the Radix team (https://radix-ui.com). We just launched Radix Themes, an open source component library for building modern, accessible React apps.

    Radix Themes is built on top of Radix Primitives (https://radix-ui.com/primitives), which companies like Vercel, CodeSandbox, and Supabase, among others, already use to power their interfaces.

    Our goal is to help you focus on your product and build it faster instead of re-inventing common designs and working on the UI components over and over.

    Under the hood, Radix Themes is built with TypeScript, React and vanilla CSS. All design tokens are CSS variables that you can tweak, overwrite, or use to build your own custom components with any styling solution that you like.

    The idea to build Radix Themes emerged while working on our own design system at WorkOS (https://workos.com), which is the company behind Radix. There was hundreds of design details and edge cases that we had to take care of, so it still didn't feel like a solved problem.

    We also were obsessed with getting the developer experience right. For every component we asked ourselves—what is the right API? What are the right props and parts? What should, and more importantly, shouldn’t be a part of this component? What API would make the code easy to understand and maintain, and what would put you into a messy situation that could bite when you don’t expect it?

    With this approach, we used our own, battle-tested components that serve our paying users to kickstart Radix Themes.

    I hope that you find Radix Themes useful. Right now, there’s 45 components, hundreds of carefully crafted variants, a few simple and powerful primitives for layout, and an extensive token system.

    I would love to hear your feedback on our work and learn about your experiences with building UIs.

  • 5 React Libraries to Level Up your Projects in 2023
    8 projects | dev.to | 19 Jun 2023
  • I'm building Radix Svelte, an unstyled UI component library with a focus on accessibility.
    1 project | /r/sveltejs | 24 Apr 2023
    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)
    3 projects | /r/webdev | 22 Apr 2023
    For a react project I recommend https://radix-ui.com, it's got pretty good defaults
  • List of free Tailwind UI component resources
    12 projects | /r/tailwindcss | 7 Apr 2023
    radix-ui.com
  • useControlledProps: Make any React Component Controlled/Uncontrolled
    1 project | /r/reactjs | 23 Mar 2023
    This is really cool, Radix UI uses a similar hook internally for their components. I like your implementation though.
  • Is form handling always a pain in the ass in React?
    1 project | /r/reactjs | 26 Feb 2023
    Remix is a dream. Once combined with Radix Form Component it'll be freaking heaven. https://github.com/radix-ui/primitives/blob/form-rfc/rfcs/2023-radix-form-primitive.md
  • Please give feedback on my personal company website
    1 project | /r/Frontend | 3 Feb 2023
    Looks like radix-ui.com, but a bit more boring tbh

shoelace-css

Posts with mentions or reviews of shoelace-css. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Htmx and the Rule of Least Power
    4 projects | news.ycombinator.com | 12 Apr 2024
    HTMX gets all the hype right now, but there are other tools in the same vain, my favorite being Unpoly (https://unpoly.com). Together with Shoelace (https://shoelace.style) you get nice GUIs real fast, without the burden of complicated dependency management and build steps. Also, you don't have to write a lot of JS, just what is needed for small enhancements, as it was meant to be. Some might say the main drawback is the tight coupling to your backend. In my case, this is also the main benefit as it integrates perfectly with the backend framework (Django).
  • Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python
    9 projects | news.ycombinator.com | 20 Feb 2024
    Hello HN,

    I'm releasing Hyperdiv (https://hyperdiv.io), a framework for rapidly developing reactive browser UIs in Python, with immediate-mode syntax and using Shoelace (https://shoelace.style) as its built-in component system.

    This short coding video will give you a good idea of what it is: https://www.youtube.com/watch?v=4XJKfxaqvGE

    I wrote a brief article about the motivation and approach: https://hyperdiv.io/intro.html

    Hyperdiv doesn't aim to compete with serious full-stack frameworks. The core aim was to make it easy and fast to prototype apps and build UI-based tools. I was originally motivated by internal tools at work -- feeling the need to quickly put together UI-based tools to share with both technical and non-technical coworkers, without having to stand up and maintain a full internal stack.

    This is my first major open source release. I really appreciate your feedback and support. - Marius

  • Making Web Component properties behave closer to the platform
    9 projects | dev.to | 21 Jan 2024
    For example, all the following design systems can be used without tooling (some of them provide ready-to-use bundles, others can be used through import maps): Google's Material Web, Microsoft's Fluent UI, IBM's Carbon, Adobe's Spectrum, Nordhealth's Nord, Shoelace, etc.
  • Shadcn: Beautifully designed components that you can copy-paste into your apps
    15 projects | news.ycombinator.com | 12 Jan 2024
  • Shoelace: A forward-thinking library of web components
    3 projects | news.ycombinator.com | 10 Jan 2024
    1 project | news.ycombinator.com | 7 Oct 2023
  • Stream Updates to Your Users with LiteCable for Ruby on Rails
    4 projects | dev.to | 10 Jan 2024
    Here's what this looks like - note that I'm using Shoelace components for styling purposes.
  • Ask HN: Is there something like shadcn/UI for vanilla HTML and JavaScript?
    1 project | news.ycombinator.com | 15 Nov 2023
  • Lit 3 Release Announcement
    9 projects | news.ycombinator.com | 10 Oct 2023
    There are lots of open-source design systems built with Lit. Shoelace is a popular component set that you might check out: https://github.com/shoelace-style/shoelace There are many others...

    Would it help if we listed more open source projects on our site?

    Because of our focus on components and the fact that you really can use just about any libraries and scaffolding for apps, we don't really have an app starter kit, but it's something we've talked about.

  • Framework Interoperable Component Libraries Using Lit Web Components.
    8 projects | dev.to | 8 Oct 2023
    I'm really excited about all this, and it makes me have some faith in the web again. I think that Lit is a step in the right direction especially the ability to do SSR / SSG and hydrate a web page. Hopefully 🤞 Shoelace can get SSR running, which is currently one hurdle, but I think it is achievable.

What are some alternatives?

When comparing primitives and shoelace-css you can also consider the following projects:

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

carbon-components-svelte - Svelte implementation of the Carbon Design System

zag - Finite state machines for building accessible design systems and UI components.

ng-bootstrap - Angular powered Bootstrap

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

storybook - Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

chakra-ui - ⚡️ Simple, Modular & Accessible UI Components for your React Applications

material - Material design for AngularJS

sveltekit-package-template - A barebones project that provides the essentials for writing highly-optimized, reusable packages in Svelte.

stencil - A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.

component-template - A base for building shareable Svelte components

spectrum-web-components - Spectrum Web Components