Box
Specification
Props
Example
import React from 'react'
import { Box } from 'atomic-layout'
export const Header = ({ children }) => (
<Box as="header" padding={10} paddingMd={20}>
{children}
</Box>
)Last updated