1.0.13 • Published 2 years ago

@hatamiarash7/vue-flip-clock v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Vue Flip Clock

.github/workflows/npm.yml npm

screenshot

It's a simple Vue component that displays a flip clock.

Demo

Edit vue-flip-clock

How-to

Install package using npm:

npm i @hatamiarash7/vue-flip-clock --save

Add package to your Vue project:

import Clock from "@hatamiarash7/vue-flip-clock";
import "@hatamiarash7/vue-flip-clock/dist/vue-flip-clock.css";

Vue.component("flip-clock", Clock);

You can use Vue.use() or Vue.component() to add the component to your Vue project.

Use component in your Vue template:

<template>
  ...
  <flip-clock innerColor="#2980b9" />
  ...
</template>

Support 💛

Donate with Bitcoin Donate with Ethereum

ko-fi

Contributing 🤝

Don't be shy and reach out to us if you want to contribute 😉

  1. Fork it !
  2. Create your feature branch : git checkout -b my-new-feature
  3. Commit your changes : git commit -am 'Add some feature'
  4. Push to the branch : git push origin my-new-feature
  5. Submit a pull request

Issues

Each project may have many problems. Contributing to the better development of this project by reporting them. 👍

1.0.13

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.0

2 years ago