Split
Usage
import { Box, DataView, Main, Split } from '@aragon/ui'
function App() {
return (
<Main>
<Split
primary={<DataView />}
secondary={<Box heading="Secondary">Secondary content</Box>}
/>
</Main>
)
}Props
primary
primaryTYPE
DEFAULT VALUE
secondary
secondaryTYPE
DEFAULT VALUE
invert
invertTYPE
DEFAULT VALUE
Last updated
Was this helpful?
