portable-ui
v0.0.1-alpha.3
Published
Portable UI is a modern Web Components library built on [lit](https://lit.dev), focused on providing cross-framework portable component solutions.
Downloads
425
Readme
Portable UI
Portable UI is a modern Web Components library built on lit, focused on providing cross-framework portable component solutions.
✨ Features
- 🧩 Based on Web Components standards, can be used in any framework
- 📦 Out of the box, zero configuration
- 🎨 Theme customization support
- 🌐 Cross-framework compatible: React, Vue, Angular, Svelte, etc.
- 🔌 On-demand usage
- 🎯 Lightweight and high performance
- 📱 Responsive design
📦 Installation
npm install portable-ui
🚀 Usage
import "portable-ui/button";
<web-button>hello world</web-button>;
🏗️ Building
- [x] button
- [x] divider
- [ ] card
- [ ] notification
- [ ] tabs