Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days ago
JSON representation
A Component Library for Vue3.js.
- Host: GitHub
- URL: https://github.com/shuo-china/shuo-ui
- Owner: shuo-china
- Created: 2022-07-30T03:28:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T01:59:27.000Z (about 1 year ago)
- Last Synced: 2024-10-01T20:40:20.730Z (about 1 month ago)
- Topics: shuo-ui, vue, vue-components
- Language: Vue
- Homepage: https://www.shuoui.com
- Size: 661 KB
- Stars: 61
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
按钮
```