Skip to content
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

Merged
merged 5 commits into from
Nov 5, 2023
Merged

input 옮기기 & 리드미 작성 #77

merged 5 commits into from
Nov 5, 2023

Conversation

hae-on
Copy link
Collaborator

@hae-on hae-on commented Nov 3, 2023

Issue

✨ 구현한 기능

input을 옮기고 리드미를 수정하였습니다.

📢 논의하고 싶은 내용

리드미 잘못된 부분 있으면 말해주세용
그리고 input 스토리북에 검색 아이콘이 있었는데 그냥 이모지로 대체했습니다!

Bottom Sheet가 크로마틱 UI 에러가 나네요 ㅠㅠㅠ 왜죠...?

🎸 기타

x

@Leejin-Yang
Copy link
Collaborator

BottomSheet 컴포넌트 파일에서 containerElement를 보면 dialog-container를 못 가져와서 에러 나는 걸로 보여요!

https://storybook.js.org/docs/react/configure/story-rendering#adding-to-body
이 문서 참고해보세요 🫥

@hae-on
Copy link
Collaborator Author

hae-on commented Nov 3, 2023

아 맞네...크로마틱 환경일 때를 생각 못했어요. 이게 디자인 시스템에는 preview-body.html이 없어서 제가 스토리북일 때는 Bottom Sheet가 Body에 붙도록 했거든요.. 오짜면 좋죠...ㅠ

@Leejin-Yang
Copy link
Collaborator

preview-body.html를 추가하는건 어떤가요.?
아님 분기 처리를 추가를 할 수 있을거 같은데.. 로컬, 크로마틱, 사용처 이런식으로요!

@hae-on
Copy link
Collaborator Author

hae-on commented Nov 4, 2023

@Leejin-Yang
오옹 preview-body.html 추가했더니 잘 되네요!
근데 스토리북은 추가해도 여전히 안 뜨는 거 똑같아서 그냥 portal 그대로 뒀슴다!

Copy link
Member

@xodms0309 xodms0309 left a 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: '🔎' },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋㅋㅋㅋ 이렇게 대체하셨군여

Copy link
Collaborator

@Leejin-Yang Leejin-Yang left a 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
Comment on lines 50 to 51
<Badge color="#000" textColor="#fff" size="md"/>
<Badge color="#000" textColor="#fff" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Badge에 children 있지 않나요..?

Copy link
Collaborator Author

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`과 함께 사용할 수 있습니다.
Copy link
Collaborator

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 컴포넌트의 방향입니다. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| direction? | vertical, horizontal<br /> (default: default) | Spacing 컴포넌트의 방향입니다. |
| direction? | vertical, horizontal<br /> (default: vertical) | Spacing 컴포넌트의 방향입니다. |

default: vertical로 되어 있슴다!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오오 굿굿!!

@hae-on hae-on merged commit 821faca into main Nov 5, 2023
1 check passed
@hae-on hae-on deleted the feat/issue-76 branch November 5, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

input 옮기기
3 participants