Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loveyunk/vue-base-button

Vue Base Button Component
https://github.com/loveyunk/vue-base-button

vue-component vuejs2

Last synced: about 1 month ago
JSON representation

Vue Base Button Component

Awesome Lists containing this project

README

        

# vue-base-button

> Vue Base Button Component

## Install

```bash
npm install @loveyunk/vue-base-button --save
```

## Usage

```js

Button

import VueBaseButton from '@loveyunk/vue-base-button';
export default {
components: { VueBaseButton }
}

```

## License

MIT © [loveyunk](https://github.com/loveyunk)