High-performance Web Components
- Branch Version: 4.0.17
- License: SEE LICENSE IN LICENSE.txt
- Documentation: Link
- Report Issues: Github
npm install @cxl/ui
- Lightweight and Fast.
- No dependecies.
- Framework Agnostic.
- Flexible Theming.
- Chrome 49+
- Firefox 61+
- Safari 11.1+
- iOS Webkit 10.3+
- Edge 17+
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>
More demo content and examples available here