1.0.1 • Published 8 months ago

vue-cute-button v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Vue Cute Button

Vue Cute Button is a delightful and customizable button component for Vue.js applications. It offers a wide range of cute and animated button styles to enhance the user experience. With Vue Cute Button, you can easily create eye-catching buttons that make your website or application more engaging.

Features

  • Customizable Styles: Choose from a variety of cute and animated button styles to match your application's design.
  • Easy Integration: Seamlessly integrate Vue Cute Button into your Vue.js project with just a few lines of code.
  • Responsive Design: The buttons are designed to work well on both desktop and mobile devices.
  • Hover Effects: Enjoy smooth hover effects that make your buttons interactive and fun.
  • Support for Different Link Types: Use Vue Cute Button with different link types, including Nuxt.js links, Vue Router links, and standard HTML links.

Installation

To get started with Vue Cute Button, simply install it using npm or yarn:

npm install vue-cute-button
# or
yarn add vue-cute-button

Usage

Here's a basic example of how to use Vue Cute Button in your Vue.js project:

<template>
  <vue-cute-button btnStyle="1" url="/your-link-here">
    Click Me
  </vue-cute-button>
</template>

<script>
import VueCuteButton from 'vue-cute-button'

export default {
  components: {
    VueCuteButton
  }
}
</script>

You can customize the button style by changing the btnStyle prop. There are multiple styles available to choose from.

Available Styles

Vue Cute Button provides a range of styles that you can use by setting the btnStyle prop to the desired style number. Here are some of the available styles:

  • 1: An animated button with rotating hover effects.
  • 2: A button with a sliding hover effect.
  • 3: A button with flipping hover effects.
  • 4: A button that reveals a hidden message on hover.
  • 5: A bold and colorful button with text animations.
  • 6: A stylish button with border animations.
  • 7: A button with expanding border animations.
  • 8: A button with skewing animations.
  • 9: A button with a scaling and shadow effect.
  • 10: A button with sliding borders and a transparent middle.

You can choose the style that best suits your project's aesthetics.

License

This package is open-source and available under the MIT License. Feel free to use it in your projects and customize it to your needs.

Contributing

If you'd like to contribute to Vue Cute Button or report issues, please visit our GitHub repository for more information.

Credits

Vue Cute Button is developed and maintained by Your Name or Organization. We welcome contributions and feedback from the Vue.js community.

Enjoy using Vue Cute Button to add some charm and interactivity to your Vue.js applications!