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

https://github.com/suressk/sure-ui

A vue3 component library
https://github.com/suressk/sure-ui

component-library sure-ui ui-framework vue3

Last synced: 6 months ago
JSON representation

A vue3 component library

Awesome Lists containing this project

README

          

# sure-ui

It borrowed from [`Element Plus`](https://github.com/element-plus/element-plus)

## Install

```bash
npm i sure-ui
```

## Usage

Add `sure-ui` in your main entry file.

```ts
// main.ts
import { createApp } from 'vue'
import SureUI from 'sure-ui'
import 'sure-ui/dist/index.css'

createApp(App).use(SureUI).mount('#app')
```

But now, Just implemented the `Icon` component, it can be combined with icon components implemented in `sure-icons-vue`

```bash
npm i sure-icons-vue
```

use it in your custom component file

```vue

import { Wechat } from 'sure-icons-vue'





```

## License

[MIT](./LICENSE) License © 2022 [K. ( `suressk` )](https://github.com/suressk)