We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SmoothCornersBox
FeatureProvider
FeatureFlagContext
smoothCorners
Avatar
현재 믹스인 함수.
export const smoothCorners = ({ borderRadius = 0, shadow = '0 0 0 0 transparent', backgroundColor = 'white', hasBackgroundImage = false, shadowBlur = 0, margin = 0, }: SmoothCornersOptions) => css` /* ... */ `
다음과 같은 인터페이스가 되면 좋겠습니다.
interface SmoothCornersBoxProps { borderRadius?: number | string margin?: number shadow?: string shadowBlur?: number backgroundColor?: string backgroundImage?: string // backgroundImageVariable 과 통합 가능 }
추가로,
No response
The text was updated successfully, but these errors were encountered:
AlphaSmoothCornersBox
sungik-choi
Successfully merging a pull request may close this issue.
Description
FeatureProvider
#1309 의 후속 작업FeatureFlagContext
에 접근하여 smooth corners 기능을 적용하는, 현재의smoothCorners
믹스인을 내부에 가지고 있는 컴포넌트를 구현합니다.Reasons for suggestion
Avatar
에만 smooth corners가 적용되어있지만, 기획상 더 많은 컴포넌트에도 적용될 수 있습니다.Proposed solution
현재 믹스인 함수.
다음과 같은 인터페이스가 되면 좋겠습니다.
추가로,
smoothCorners
믹스인 제거References
No response
The text was updated successfully, but these errors were encountered: