0.0.1 • Published 5 years ago
vue-base-button v0.0.1
Welcome to vue-base-button 👋
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
btn | Boolean | true | |
---|---|---|---|
block | Boolean | false | |
size | String | medium | tiny, small, medium, large, xlarge |
round | String | none | none, medium, large, xlarge, xxlarge |
color | String | grey | red, blue, green, yellow, teal, black, grey |
outline | String | null | red, blue, green, yellow, teal, black, grey |
👨 Author
Rich Nguyen
- Website: https://richnguyen98.vercel.app/
- Twitter: @minhgiau0404
- Github: @minhgiau998
❤️ 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