npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vue-cute-button

v1.0.1

Published

You can use in front-end frameworks

Downloads

8

Readme

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!