
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### value
- type: number
- description: A number to be displayed as the trend, a positive number will be green with an arrow facing up and a negative number will be red with an arrow facing down
### inverted
- type: boolean
- description: Invert color and arrow direction.
### locale
- type: &#34;en&#34; | &#34;en-US&#34; | &#34;en-GB&#34; | &#34;en-AU&#34; | &#34;en-CA&#34; | &#34;ar&#34; | &#34;bg&#34; | &#34;ca&#34; | &#34;zh&#34; | &#34;zh-TW&#34; | &#34;zh-HK&#34; | &#34;zh-MO&#34; | &#34;cs&#34; | &#34;da&#34; | &#34;nl&#34; | &#34;fi&#34; | &#34;fr&#34; | &#34;fr-CA&#34; | &#34;fr-CH&#34; | &#34;fr-BE&#34; | &#34;de&#34; | &#34;de-CH&#34; | ... 31 more ... | &#34;vi&#34;
- description: Locale
### format
- type: &#34;percent&#34; | &#34;decimal&#34;
- description: Allow showing value as percentage or as absolute number


