UNPKG

react-pur

Version:

React UI component library (using styled-components)

11 lines (10 loc) 210 B
export default { name: 'Progress', type: 'div', style: (props) => ({ display: 'flex', borderRadius: '4px', backgroundColor: props.theme.colors.neutral.background, height: '20px', }), };