UNPKG

react-pur

Version:

React UI component library (using styled-components)

14 lines (13 loc) 207 B
export default { name: 'Row', type: 'div', style: ({ fluid, ...props }) => Object.assign( { display: 'flex', flexWrap: 'wrap', }, fluid && { width: '100%', }, ), };