UNPKG

@roo-ui/components

Version:

13 lines (9 loc) 176 B
import { Box } from '..'; const Card = Box.extend``; Card.defaultProps = { boxShadow: 'default', borderRadius: 'default', bg: 'white', p: 4, }; export default Card;