We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재는 우리의 컴포넌트 배경을 씌우고 싶은 컴포넌트 "안에" 우리의 컴포넌트를 넣어줘야 합니다. width나, height를 넣어주려면 부모 컴포넌트에 넣어주어야 합니다. 이러한 방식은 너무 수동적입니다.
width
height
<Styled.Card width={width} height={height}> <Season type={type} /> </Styled.Card>
<Season type={type} width={'100vw'} height={'600px'}> {children} </Season>
우리의 컴포넌트에 직접 width, height property를 넣는 능동적인 방식으로 변경하고 싶습니다.
약... 3주?.. @junghyeonsu 가 취준으로 많이 바쁩니다...
The text was updated successfully, but these errors were encountered:
junghyeonsu
No branches or pull requests
문제점
기간
약... 3주?..
@junghyeonsu 가 취준으로 많이 바쁩니다...
The text was updated successfully, but these errors were encountered: