@cxl/ui
v4.0.16
Published
High-performance Web Components
Downloads
192
Readme
@cxl/ui
High-performance Web Components
Project Details
Installation
npm install @cxl/ui
Features
- Lightweight and Fast.
- No dependecies.
- Framework Agnostic.
- Flexible Theming.
Browser Support
- Chrome 49+
- Firefox 61+
- Safari 11.1+
- iOS Webkit 10.3+
- Edge 17+
Usage
Quick Start
This is all you need to get started.
<!doctype html>
<script src="https://cdn.jsdelivr.net/npm/@cxl/ui"></script>
<cxl-application>
<cxl-appbar>
<cxl-appbar-title>Application Title</cxl-appbar-title>
</cxl-appbar>
<cxl-content>
<cxl-t h1>Hello World</cxl-t>
</cxl-content>
</cxl-application>
See More
More demo content and examples available here