tempora-ui
v1.0.2
Published
TemporaUI is a developer-first, lightweight UI component library built with native Web Components.
Maintainers
Readme
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
npm install tempora-uiUsing CDN
<!-- 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>