-
Notifications
You must be signed in to change notification settings - Fork 1
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
input 옮기기 & 리드미 작성 #77
Conversation
BottomSheet 컴포넌트 파일에서 containerElement를 보면 dialog-container를 못 가져와서 에러 나는 걸로 보여요! https://storybook.js.org/docs/react/configure/story-rendering#adding-to-body |
아 맞네...크로마틱 환경일 때를 생각 못했어요. 이게 디자인 시스템에는 preview-body.html이 없어서 제가 스토리북일 때는 Bottom Sheet가 Body에 붙도록 했거든요.. 오짜면 좋죠...ㅠ |
preview-body.html를 추가하는건 어떤가요.? |
@Leejin-Yang |
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.
굿굿 고생하셨슴다!
argTypes: { | ||
rightIcon: { | ||
control: { type: 'boolean' }, | ||
mapping: { false: '', true: '🔎' }, |
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.
ㅋㅋㅋㅋㅋ 이렇게 대체하셨군여
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.
README에 코멘트 달았는데 확인해주세요~
고생했어요 해온🌞
README.md
Outdated
<Badge color="#000" textColor="#fff" size="md"/> | ||
<Badge color="#000" textColor="#fff" /> |
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.
Badge에 children 있지 않나요..?
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.
아놔 지워졌나봐요 수정 완!
## Link | ||
|
||
다른 URL로 연결하는 컴포넌트입니다. | ||
`react-router-dom`과 함께 사용할 수 있습니다. | ||
다른 URL로 연결하는 컴포넌트입니다. `react-router-dom`과 함께 사용할 수 있습니다. |
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.
👍
README.md
Outdated
| size | number | Spacing 컴포넌트의 크기입니다. | | ||
| props | value | description | | ||
| ---------- | --------------------------------------------- | ------------------------------ | | ||
| direction? | vertical, horizontal<br /> (default: default) | Spacing 컴포넌트의 방향입니다. | |
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.
| direction? | vertical, horizontal<br /> (default: default) | Spacing 컴포넌트의 방향입니다. | | |
| direction? | vertical, horizontal<br /> (default: vertical) | Spacing 컴포넌트의 방향입니다. | |
default: vertical로 되어 있슴다!
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.
오오 굿굿!!
Issue
✨ 구현한 기능
input을 옮기고 리드미를 수정하였습니다.
📢 논의하고 싶은 내용
리드미 잘못된 부분 있으면 말해주세용
그리고 input 스토리북에 검색 아이콘이 있었는데 그냥 이모지로 대체했습니다!
Bottom Sheet가 크로마틱 UI 에러가 나네요 ㅠㅠㅠ 왜죠...?
🎸 기타
x