Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwadwoatta/vanilla-extract-dashboard


https://github.com/kwadwoatta/vanilla-extract-dashboard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 📝 Exploring dashboard styling with Vanilla Extract

**Design File ->** [Design file](https://www.figma.com/file/qVnSyRyvmpCIIimDiRl96y/dashboard-ui-vanilla-extract?type=design&node-id=0-1&mode=design)

## About this repo

```sh
vanilla-extract-dashboard/
├── apps
| └── web-app # Website
|
└── libs/
└── components/
└── src/
└── lib/ # Components for @/components package
└── [component] # Individual components
```

## Libraries

🧰   [NX](https://nx.dev/) — Monorepo manager

🎨   [Vanilla Extract](https://vanilla-extract.style) - CSS-in-TS styling library

🧱   [Radix UI](https://www.radix-ui.com/) - Headless accessible components

✂️   [Capsize](https://seek-oss.github.io/capsize/) - Font trimming

📈   [React Chart Js](https://react-chartjs-2.js.org/) - Headless charts

🏓   [Tanstack Table](https://tanstack.com/table/v8) - Headless table

### Install dependencies and run app

```sh
# install packages
pnpm install

# to run
pnpm exec nx run web-app:serve