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

create badge component #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

create badge component #1

wants to merge 1 commit into from

Conversation

Lee-ji-soo
Copy link
Collaborator

@Lee-ji-soo Lee-ji-soo commented Sep 20, 2023

작업내용

Badge component를 제작했습니다.
참고코드 : https://codesandbox.io/s/dotbadge-demo-material-ui-forked-h8cghf?file=/demo.js

주의사항

BadgeStyle에서 type과 shape를 같이 쓰는게 맞을지 확인해주세욤
export const badge = {
primary: [styles.primary],
secondary: [styles.secondary],
rectangle: [shapes.rectangle],
circle: [shapes.circle],
}

@Lee-ji-soo Lee-ji-soo requested a review from Creo-KR September 20, 2023 15:26
@Lee-ji-soo Lee-ji-soo self-assigned this Sep 20, 2023
@Creo-KR
Copy link
Owner

Creo-KR commented Sep 21, 2023

https://m3.material.io/components/badges/overview
여기 Guide랑 Spec에 맞게 small, large를 구분할 수 있게 해주세요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants