# Stat As the name implies, the Stat component is used to display some statistics. ## Installation ```sh yarn add @chakra-ui/stat # or npm i @chakra-ui/stat ``` ## Import components ```jsx import { Stat, StatArrow, StatLabel, StatGroup, StatNumber, StatUpArrow, StatHelpText, StatDownArrow, } from "@chakra-ui/stat" ``` ## Usage ```jsx Collected Fees £0.00 Feb 12 - Feb 28 Sent 345,670 23.36% Clicked 45 9.05% ``` ## Stat with Indicator ```jsx Sent 345,670 23.36% ```