UNPKG

react-pur

Version:

React UI component library (using styled-components)

9 lines (8 loc) 144 B
export default { name: 'Cover', type: 'div', style: (props) => ({ backgroundSize: 'cover', backgroundPosition: 'center', }), };