@cxl/ui
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

@cxl/ui

npm version

High-performance Web Components

Project Details

  • Branch Version: 4.0.1
  • License: SEE LICENSE IN LICENSE.txt
  • Documentation: Link
  • Report Issues: Github

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. The default theme follows the Material Design specification.

<!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

Readme

Keywords

none

Package Sidebar

Install

npm i @cxl/ui

Homepage

coaxial.dev

Weekly Downloads

0

Version

4.0.1

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

1.5 MB

Total Files

460

Last publish

Collaborators

  • cxl