tayv / Project-Bubblegum

React UI + controlled form components
https://bubblegumui.vercel.app
2 stars 0 forks source link

🚧 WORK IN PROGRESS 🚧

Preview Deployment

View the main branch at: https://bubblegum-template.vercel.app/

Documentation

Bubblegum UI docs 🚧: https://bubblegumui.vercel.app/

About

Building a design library of reusable, flexible, and accessible React form and UI components. The form components will be largely unstyled out of the box and intended to be easily adapted on the fly using customizable variations.

https://github.com/tayv/Project-Bubblegum/assets/48400779/e7e3c04b-2217-4a6d-bce1-193d347c36c6

Useful Links:

Setup

This project uses the Tailwind CSS (v3.0) with NextJs configuration. It follows the steps outlined in the official Tailwind docs.

How to use

  1. Clone the repo

  2. Install dependencies npm install

  3. Run the development server npm run dev

  4. Open http://localhost:3000 in the browser

Turbo structure

Using turbo to manage the monorepo. Basic structure:

Internal packages

Turbo configuration

Bug fixes