quasar-ui
v0.2.3
Published
Quasar UI is a design system for building user interfaces using [React](https://reactjs.org/) and [Storybook](https://storybook.js.org/). Focus on building a consistent and accessible user interface.
Downloads
5
Readme
✨ Quasar UI Design System
Quasar UI is a design system for building user interfaces using React and Storybook. Focus on building a consistent and accessible user interface.
A small catch
This is mostly just a case study for now. Just having fun while learning some new stuff. 💪
Setup and Installation
Clone the repository
git clone https://github.com/willandjs/quasar-ui.git
Install dependencies
Feel free to use your favorite package manager, just rememeber to remove pnpm-lock.yaml
if you're not using pnpm
.
pnpm install
Start Storybook
pnpm run storybook
Build components with rollup
pnpm run build