# LL-UI **Repository Path**: handless-ui/LL-UI ## Basic Information - **Project Name**: LL-UI - **Description**: 一个跨端的WebComponents组件库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [LL-UI](https://github.com/handless-ui/LL-UI) 一个跨端的 WebComponents 组件库
## 如何使用?
```
npm install --save ll-ui
```
### 全局引入
```js
import LLUI from "ll-ui";
```
### 单独引入
```js
import Switch from "ll-ui/src/Switch";
window.customElements.define("ui-switch", Switch);
```
下面是具体的组件清单:
- [开关 Switch](./docs/Switch.md)
- [弹出层 Popup](./docs/Popup.md)
- [轮播 Swiper](./docs/Swiper.md)
## 版权
MIT License
Copyright (c) [zxl20070701](https://zxl20070701.github.io/notebook/home.html) 走一步,再走一步