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

Function Example

docs/examples/divider/orientationExample2.tsx:14–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14export default function Example() {
15 return (
16 <Box alignItems="center" display="flex" height="100%" justifyContent="center" padding={8}>
17 <Flex>
18 <Box paddingX={4}>
19 <Block
20 text="Use the search bar to discover ideas, people and trends. Explore suggested topics or search for topics of your own."
21 title="Discover ideas"
22 />
23 </Box>
24 <Divider />
25 <Box paddingX={4}>
26 <Block
27 text="Upload an image from your computer or mobile device to create a Pin. You can also create Pins from images you find online."
28 title="Create Pins"
29 />
30 </Box>
31 </Flex>
32 </Box>
33 );
34}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected