콘텐츠로 이동
RefineUI

라디우스

Foundation의 모서리 둥글기 — 임의 픽셀이 아니라 키를 사용하세요.

모서리는 Foundation 키(roundedLarge, roundedXXLarge)입니다. roundedCircle는 pill / 완전 원형입니다.

토큰
roundedNone0
roundedXSmall2px
roundedSmall4px
roundedMedium6px
roundedLarge8px
roundedXLarge12px
roundedXXLarge16px
roundedCircle9999px
roundedNone0
roundedXSmall2px
roundedSmall4px
roundedMedium6px
roundedLarge8px
roundedXLarge12px
roundedXXLarge16px
roundedCircle9999px
<Box
padding="sizeLarge"
radius="roundedXLarge"
border="strokeWidthThin"
borderColor="borderDefault"
background="backgroundSurface"
>
Rounded surface
</Box>