Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shuo-china/shuo-ui

A Component Library for Vue3.js.
https://github.com/shuo-china/shuo-ui

shuo-ui vue vue-components

Last synced: about 2 months ago
JSON representation

A Component Library for Vue3.js.

Awesome Lists containing this project

README

        

# SHUO-UI

A Component Library for Vue3.js.
Doc address: https://www.shuoui.com

## Install

```bash
npm install shuo-ui --save
```

## How to use

引入 css

```js
// main.ts
import 'shuo-ui/dist/style.css'
```

页面

```vue

import { SButton } from 'shuo-ui'

按钮

```