()
| 1 | import { Box, Datapoint } from 'gestalt'; |
| 2 | |
| 3 | export default function Example() { |
| 4 | return ( |
| 5 | <Box alignItems="center" display="flex" height="100%" justifyContent="center" padding={8}> |
| 6 | <Datapoint size="lg" title="Spend" value="$1.23m" /> |
| 7 | </Box> |
| 8 | ); |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected