<div style="background: gray; padding: 20px">
    <img width="200" src="https://nr1e.com/images/logo-tagline.svg" />
</div>

# Qwik UI Library ⚡️

This library contains approved UI components for use in NR1E projects.

## Installation

```bash
pnpm i @nr1e/qwik-ui
```

Inside _global.css_, add the following:

```css
@import '@nr1e/qwik-ui/styles.css';
```

This typically should appear under your _@import 'tailwindcss';_ statement.
