<!-- markdownlint-disable-next-line -->
<p align="center">
  <img width="150" src="https://seeq.com/sites/default/files/seeq-content/seeq-logo-blue-web-33h.svg" alt="Seeq logo">
</p>
<h1 align="center">qomponents-form example</h1>

Time to see qomponents in action!

This is a simple form example that showcases Seeq's qomponents library.

This application is built using [vite](https://vitejs.dev/).

## Installation

First, be sure to install all dependencies (React, and qomponents):

```sh
npm install
```

Once you've installed all dependencies you can start up a dev server and observer any changes you make in real-time:

```sh
npm run dev
```

## Tip

All application code can be found in Example.tsx. Check out the source code to learn how to ensure your
components display using the correct theme (green, blue, orange) as well as the correct mode (light or dark).
