<Bar process={(el.upload[0] / el.upload[1]) * 100} backgroundColor="red” ></Bar>. — 전달 export const Bar = styled.div` width: ${(props) => props.process}%; background-color: ${(props) => props.backgroundColor}; height: 100%; `; - 사용 ```c