hatamiarash7 / vue-flip-clock

Flip Clock plugin for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. πŸ‘

About

Flip Clock plugin for Vue


Languages

Language:Vue 59.4%Language:JavaScript 40.6%