From 6ae650ca1f5ebe70d2780da98a7889dbe3b0ec94 Mon Sep 17 00:00:00 2001 From: Ronny Roeller Date: Wed, 21 Oct 2015 20:40:15 +0200 Subject: [PATCH] Document type of properties --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78c8cc2..6782ab0 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ The component has been inspired by [EK-progress-meter](https://github.com/pinkho ## Properties -Property | Description | Example ----------------- | ------------------------------------------------------------------------ | ------- -**radius** | Radius of the meter. The element will have twice the size of the radius. | 100 -**percentage** | Progress in percent | 0.4 -**current-text** | Large number showing current progress | $8 -**goal-text** | Small text indicating when progress will be 100% | Goal: $20 -**type-text** | Bottom text describing for what progress is measured | Sales +Property | Type | Description | Example +---------------- | ------ | ------------------------------------------------------------------------ | ------- +**radius** | Number | Radius of the meter. The element will have twice the size of the radius. | 100 +**percentage** | Number | Progress in percent | 0.4 +**current-text** | String | Large number showing current progress | $8 +**goal-text** | String | Small text indicating when progress will be 100% | Goal: $20 +**type-text** | String | Bottom text describing for what progress is measured | Sales ## Continuous integration