lithops-ui

2.1.1 • Public • Published

Lithops UI

  • Lightweight UI web components based on lit
  • Zero dependencies (lit bundled)
  • Dist size (js minified: true): 61.4KB / gzip: 16.2KB

Preview Online

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

npm i lithops-ui

Usage

<script src="path-to/dist/lithops-ui.js"></script>
<script>
    const lui = window['lithops-ui'];
    console.log(lui.components);
</script>
<lui-button>button</lui-button>
<lui-button primary>primary</lui-button>
<lui-button disabled>disabled</lui-button>

see public/index.html

/lithops-ui/

    Package Sidebar

    Install

    npm i lithops-ui

    Weekly Downloads

    2

    Version

    2.1.1

    License

    none

    Unpacked Size

    215 kB

    Total Files

    4

    Last publish

    Collaborators

    • cenfun