-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
[FEAT] 갤러리 미리보기 컴포넌트 추가 #39
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다. 아래 수정사항을 살펴봐주세요 :D
@@ -11,6 +11,7 @@ const config: StorybookConfig = { | |||
name: "@storybook/nextjs", | |||
options: {}, | |||
}, | |||
staticDirs: ["../public"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 storyview에는 왜 이미지가 반영 안 되나 궁금했는데 이렇게 추가할 수 있군요! 배워갑니다 :)
</Text> | ||
{viewCount && ( | ||
<Flex align="center"> | ||
<Image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이미지 아이콘이 흐릿해서 잘 보이지 않을까 걱정되어 Tabler를 이용한 다른 방법을 추천드려보고 싶습니다!
Tabler Icons에서 원하는 아이콘을 검색한 후 아래 빨간색 네모 박스 위치에 적혀있는 이름을 확인해주세요.
클릭하시면 복사가 됩니다!
그럼 vscode에서 컴포넌트 같이 사용할 수 있습니다!
- size: 크기
- stroke: 굵기
참고해주시면 좋을 것 같습니다 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 수정했습니다!
return ( | ||
<> | ||
<Card padding="sm" radius="md" style={{ paddingBottom: 0 }}> | ||
<Card.Section className={classes.image_section}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Card.Section
도 이 오류로 인해 CardSection
으로 작성해주시는 게 안전할 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정했습니다! 확인 부탁드려요 :)
작성자: @sera2002
이슈: #8
체크 리스트
작업 내역
비고
close/resolve/fix #{이슈 번호 기입}