-
Notifications
You must be signed in to change notification settings - Fork 3
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
Button, CTAButton #84
Conversation
Bundle SizesCompared against 902bd6b Route: No significant changes found Dynamic import: None found. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #84 +/- ##
==========================================
+ Coverage 97.71% 98.02% +0.31%
==========================================
Files 27 33 +6
Lines 175 203 +28
Branches 29 33 +4
==========================================
+ Hits 171 199 +28
Misses 4 4
☔ View full report in Codecov by Sentry. |
Deploying with Cloudflare Pages
|
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.
스토리북 전역으로 테마 설정해두었어요~~ 풀받고 수정 기기
LGTM~
🤔 해결하려는 문제가 무엇인가요?
close #75
🎉 변경 사항
Button
컴포넌트를 만들었어요CTAButton
컴포넌트를 만들었어요__storybook__/Provider
를 만들었어요.스토리북에서 자주 사용되는
ThemeProvider
,Font
,Layout
을 적용해요theme.transition.defaultEasing
을 추가했어요constants/motions/defaultEasing
을 css에서 사용할 수 있게 위함이에요.🙏 여기는 꼭 봐주세요!
사실
CTAButton
컴포넌트가 하는 일은 Button에width: 100%
를 적용한 것 밖에 없어요Button에
size
같은 props를 추가해서 대응할 수도 있다고 생각이 되어서 .. 방법이 적절한지가 고민돼요스토리북에서 전역적으로 감싸줄 수 있는 방법이 없을까요 ...
매 스토리마다
Provider
를 사용하는게 기피돼서 ...사용 방법
스토리북을 참고해 주세요
🌄 스크린샷