Box
Usage
import { Box, Main, Split } from '@aragon/ui'
function App() {
return (
<Main>
<Split
primary={<Box>Primary content</Box>}
secondary={<Box heading="Secondary">Secondary content</Box>}
/>
</Main>
)
}Props
heading
headingTYPE
DEFAULT VALUE
children
childrenTYPE
DEFAULT VALUE
padding
paddingTYPE
DEFAULT VALUE
Last updated
Was this helpful?
