# TemporaUI

**TemporaUI** is a lightweight, developer-first UI component library built with native Web Components. It’s framework-agnostic, dependency-free, and designed to help you build modern UIs using only HTML, CSS, and JavaScript. Clean, customizable, and production-ready.

---

## ✨ Features

- ✅ **Framework Agnostic** – Works with any framework or vanilla JS  
- 🎨 **Customizable** – Uses modern CSS variables and scoped styles  
- 🧱 **Modular** – Import only the components you need  
- ❌ **No Dependencies** – Pure HTML, CSS, and JS  
- ⚡ **Fast** – Optimized and tree-shakable build  

---

## 📦 Installation

### Using npm

```bash
npm install tempora-ui
```

### Using CDN
```html
<!-- Global CSS -->
<link rel="stylesheet" href="https://cdn.tempora-ui.dev/tempora-ui.css" />

<!-- Component Scripts -->
<script type="module" src="https://cdn.tempora-ui.dev/main.js"></script>
```