MCPcopy Create free account
hub / github.com/pinterest/gestalt / Example

Function Example

docs/examples/datapoint/sizeExample2.tsx:3–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Box, Datapoint } from 'gestalt';
2
3export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected