0.1.5 • Published 6 years ago

vue-goal v0.1.5

Weekly downloads
27
License
-
Repository
-
Last release
6 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

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago