Setup

This page covers the configuration of the tech stack, packages and tools used so that you can use our components to there full potential.

Getting Started

This library is aimed at delivering consistent, reusable and customizable UI components specifically for projects using React and TailwindCSS and (very) prefferably using Typescript.

Outside of that stack, our project follows ShadcnUI and is built on top of it for the most part. The goal of BaggerUI is to expand on ShadCN's work by delivering more out of the box options for your components as well as putting the pieces together. We want you to come on our platform and find what you need with little to no additional effort.

You can get started by following the

Tailwind Config File

This site uses a custom Tailwind config that extends the default Tailwind config. Copy our config to your tailwind.config.js file that should be in the root of your project.

Types

To keep a tidy codebase, reduce errors and have strong maintainability, we make use of TypeScript, Defined in the @/types folder you can get a grasp of the types used to build our components and BaggerUI.