1.3.0 • Published 7 months ago

mvm-hamburger-button-vue-3 v1.3.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Simple Hamburger Button component with cool animation

How to use

Install via npm

npm i mvm-hamburger-button-vue-3

Import component and styles into your project

<template>
    <MvmHamburgerButtonVue3 />
<template>

<script setup>
import { MvmHamburgerButtonVue3 } from 'mvm-hamburger-button-vue-3'
import 'mvm-hamburger-button-vue-3/dist/style.css'
</script>

Version History

1.2.0 - Add props for:

  • hover effect
  • width
  • height
  • color
  • hover color
  • animation speed

  • Add readme

1.1.0 - Add hover effect

1.0.0 - Project created

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.0

7 months ago