# sss-ui-plus

## 相关链接

- Github: [sss-ui-plus💟](https://github.com/lastertd/sss-ui-plus)
- npm: [sss-ui-plus🧡](https://www.npmjs.com/package/sss-ui-plus)
- Doc website: [sss-ui-plus✨](https://sssui.4everland.app/)


## 技术栈

- vue3
- typescript
- less
- floating ui


## 快速开始
- 安装
    > npm i sss-ui-plus -S
- 使用: main.ts
    ```
  import { createApp } from 'vue'
    import App from './App.vue'
    import sui from "sss-ui-plus"
    import "sss-ui-plus/dist/index.css"
    
    createApp(App)
    .use(sui)
    .mount('#app')
  ```

## 更多

更详细内容请移步文档官网✨


