Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ This repo has been built with two intentions:
- To help you get started building component libraries with ease
- To demonstrate how to build a component library starter

## Packages

This repo is structured as a monorepo with following packages:

- apps/docs: Docusaurus site for documentation
- packages/elements: React component library using Vite and Tailwind CSS
- packages/elements-tw-v4: React component library using Vite and Tailwind CSS V4

## Features

1. **Tree Shaking**: Built with [Vite's lib mode](https://vite.dev/) - Eliminates unused code during build process, reducing bundle sizes for better performance.
Expand Down