# svelte-ui **Repository Path**: smart-os/svelte-ui ## Basic Information - **Project Name**: svelte-ui - **Description**: 仿element-ui的一款基于svelte的UI库 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-11-25 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # svelte-ui 仿element-ui的一款基于svelte的UI库 ## 安装 ###### npm ```shell npm install svelte-ui-pro ``` ###### pnpm ```shell pnpm install svelte-ui-pro ``` ###### yarn ```shell yarn add svelte-ui-pro ``` ## 引用 ```javascript import { Button, } from "svelte-ui-pro"; ```