0.1.5 • Published 5 years ago

vue-goal v0.1.5

Weekly downloads
27
License
-
Repository
-
Last release
5 years ago

vue-goal

A Vue component to display fundraising goals with a pure animated HTML/CSS thermometer.

Screenshot

Installation

npm install vue-goal --save

Basic Example

<!-- in your main.js or equivelent -->
import { Thermometer } from 'vue-goal';

Vue.use(Thermometer);

<!-- in the template... -->
<thermometer :min="0" :max="1200" :goal="1000" :value="500" :format="value => `$${value}` statistics ticks intervals />
0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago