Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lewkamtao/lew-ui

A beautiful component library based on vue3
https://github.com/lewkamtao/lew-ui

component-library typescript ui-library vue vue3 vue3-components vuejs

Last synced: about 2 months ago
JSON representation

A beautiful component library based on vue3

Awesome Lists containing this project

README

        

# Lew UI

A Component Library for Vue3. Doc address: https://lew.kamtao.com

English | [中文](./README.zh-CN.md)

## Install

```bash
npm install lew-ui
```

## How to use

```js
// main.ts
import 'lew-ui/style'
```

```vue

// page.vue
import { LewButton } from 'lew-ui'

```

## Open Source Libraries

Lew UI uses the following open source libraries:

- [tippy.js](https://atomiks.github.io/tippyjs/): For creating tooltips and popovers
- [Lucide](https://github.com/lucide-icons/lucide): Provides a clean and beautiful icon set
- [fancyapps](https://fancyapps.com/): For creating image galleries and carousels
- [VueUse](https://vueuse.org/): Collection of Vue Composition API utilities
- [Day.js](https://day.js.org/): Lightweight library for date manipulation
- [Yup](https://github.com/jquense/yup): Object schema validation library

We are grateful for the support these excellent open source projects provide to Lew UI.

## License

Lew UI is open source software licensed as MIT.