Introduction

Re-usable components built using Radix Primitives Components and SASS.

This is NOT a component library. It's a collection of re-usable components that you can copy and paste into your apps.

The project aims to take the components offered by shadcn-ui, and translate them to use sass instead of tailwindcss.

shadcn-ui

shadcn-ui offers beautifully designed components that you can copy and paste into your apps. Many of the components use radix for functionality. These are the main focus for JollyUI to convert.

What do you mean by not a component library?

I mean you do not install it as a dependency. It is not available or distributed via npm.

Pick the components you need. Copy and paste the code into your project and customize to your needs. The code is yours.

Use this as a reference to build your own component libraries.

Credit

  • shadcn - For the structure and design of the components.
  • sass - For the styling of the components.
  • Radix Primitives - For the functionality of the components.