Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cwnicoletti authored Mar 11, 2022
1 parent ed28401 commit 5ef0be3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Properties
| **`triangleTipHeight`** | Height of the triangle tip | `4` |
| **`triangleNeedle`** | Turns the needle into a triangle | `false` |
| **`addCircle`** | Adds a circle to the middle of the circle/arc | `false` |
| **`circleSize`** | Size of the cricle | `15` |
| **`circleSize`** | Size of the circle | `15` |
| **`addTriangleBase`** | Adds a triangle to the bottom of the needle | `false` |
| **`triangleBaseWidth`** | Width of the triangle base | `5` |
| **`triangleBaseHeight`** | Height of the triangle base | `20` |
| **`animated`** | Boolean stating whether to make the gauge animated | `true` |
| **`alwaysUseEndAngle`** | Enables the border end angle to be adjusted (hack around Progress component) | `true` |
| **`endAngle`** | Determines the end angle (just for the border for right now) | `0.9` |
Expand All @@ -72,4 +75,5 @@ Properties
| **`unfilledColor`** | Determines the unfilled portion of the circle/arc's color | `grey` |
| **`circleColor`** | Determines the circle/arc's color | `blue` |
| **`triangleTipColor`** | Determines the triangle tip color | `blue` |
| **`triangleBaseColor`** | Determines the triangle base color | `blue` |
| **`gradientStyle`** | Style the gradient mask, if there is an overallGradient | `{}` |

0 comments on commit 5ef0be3

Please sign in to comment.