2.1.1 • Published 2 years ago

lithops-ui v2.1.1

Weekly downloads
19
License
-
Repository
-
Last release
2 years ago

Lithops UI

Lightweight UI base on vue.

  • Minified: 50.9 KB
  • Gzip: 12.7 KB

Components

  • Button
  • Checkbox
  • Flyover
  • Input
  • Modal
  • Popover
  • Radio
  • Select
  • Tab
  • Tooltip

Install

npm i lithops-ui

Usage

import {
    LuiCheckbox,
    LuiInput
} from "lithops-ui";

export default { components: { LuiCheckbox, LuiInput } }

see [preview.vue](preview/src/preview.vue)

![](assets/screenshot.jpg)
## Changelog

* v2.0.6
    * fixed tab render

* v2.0.5
    * added dropdown

* v2.0.4
    * added flyover
    * added tab

* v2.0.2
    * added select

* v2.0.0
    * retired IE

* v1.0.3
    * added popover and tooltip
2.1.1

2 years ago

2.1.0

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago