# Qwik-Bento

Qwik-Bento is a repository organized into different development stages. Each folder has a specific purpose corresponding to the components' lifecycle and our process of prototyping, testing, and archiving.

## Structure

Overview of the folders:

- **alpha/**: This folder contains the current components which are actively used and maintained.

- **beta/**: Currently empty, this is where we will put components that are considered stable and reliable.

- **experiments/**: A sandbox for new components and ideas. Any concept or dynamic element we want to try will be tested in this folder.

- **legacy/**: A place for all of the previous components. As we move forward from certain components, they will be relocated into this archive.

- **routes/**: Contains the pages that we remake. The goal for each is to recreate them in 5 minutes or less.

## V2

- stepper
  - vertical stepper
  - [Shadcn Stepper](https://shadcn-stepper.vercel.app/)

## Main Files

- **index.ts**: This is the principal file which exposes the current contents of the alpha folder. We plan to refactor this in the future, allowing the package to expose each folder.

## Contribution

All contributions and suggestions are heartily♡ welcome!

## Licence

[MIT](https://choosealicense.com/licenses/mit/)
