Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cenfun/lithops-ui

Lightweight UI web components based on lit
https://github.com/cenfun/lithops-ui

components lit lithops ui web

Last synced: about 1 month ago
JSON representation

Lightweight UI web components based on lit

Awesome Lists containing this project

README

        

![](scripts/lithops.jpg)
# Lithops UI
- Lightweight UI web components based on [lit](https://github.com/lit/lit)
- Zero dependencies (lit bundled)
- Dist size (js minified: true): 61.3KB / gzip: 16.2KB

## Preview Online
[https://cenfun.github.io/lithops-ui/](https://cenfun.github.io/lithops-ui/)

## Components
- lui-button
- lui-checkbox
- lui-flyover
- lui-input
- lui-loading
- lui-modal
- lui-progress
- lui-radio
- lui-select
- lui-switch
- lui-tab
## Install
```sh
npm i lithops-ui
```
## Usage
```html

const lui = window['lithops-ui'];
console.log(lui.components);

button
primary
disabled

```
see [public/index.html](public/index.html)