0.0.1 • Published 5 years ago

vue-base-button v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Welcome to vue-base-button 👋

Version Documentation License: MIT Twitter: minhgiau0404

A base button Vue component. Compitable with Vue 2.x

🏠 Homepage

Demo

🔥 Install

NPM
npm install --save vue-base-button

📜 Usage

<vue-base-button color="blue">Demo</vue-base-button>
import VueBaseButton from "vue-base-button";

export default {
  components: {
    VueBaseButton,
  },
};
Props
btnBooleantrue
blockBooleanfalse
sizeStringmediumtiny, small, medium, large, xlarge
roundStringnonenone, medium, large, xlarge, xxlarge
colorStringgreyred, blue, green, yellow, teal, black, grey
outlineStringnullred, blue, green, yellow, teal, black, grey

👨 Author

Rich Nguyen

❤️ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

🌟 Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Rich Nguyen.

This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

0.0.1

5 years ago

0.1.0

5 years ago