Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cenfun/lithops-ui
- Owner: cenfun
- Created: 2020-08-12T05:31:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T05:28:36.000Z (over 2 years ago)
- Last Synced: 2024-10-07T15:23:52.314Z (about 1 month ago)
- Topics: components, lit, lithops, ui, web
- Language: JavaScript
- Homepage: https://cenfun.github.io/lithops-ui/
- Size: 760 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```htmlconst lui = window['lithops-ui'];
console.log(lui.components);button
primary
disabled```
see [public/index.html](public/index.html)