Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR? 🔍
1. 폰트 파일을 추가하였습니다.
Typography
를 사용하여 적절하게 사용하면 될 것 같습니다.사용 예시
2. 임시 디자인 시스템, 공용 컴포넌트 제작(Button, Typography, Icon)
아직 디자인 시스템이 나오기 이전이라
임시
로 만들어두었습니다. 추후에 수정할 예정입니다. 코드 작성 방식을 보여드리기 위해 임시로 작업하여 올려드립니다.Button의 경우 이름이 있기에
CustomButton
이름으로 해두었습니다.공용 컴포넌트의 경우 여러개의 태그들이 모여져서 만드는 것이 아니기에 Style 코드를 줄이고자 파일 하나로 통합을 해두었습니다. 많일 여러개가 될 경우 분리를 하는 편이 좋아보입니다.
3. device, screen 크기에 접근할 수있는 getSize 함수를 구현하였습니다.