본문으로 건너뛰기

Paper

Paper은 배경색을 설정하거나 테두리 색상이나 둥글기를 설정하는 등의 용도로 사용할 수 있는 컴포넌트입니다.

Paper

Loading...

How to use

import { Paper } from '@vibrant-ui/components';

Properties

DisplaySystemProps, SpacingSystemProps, InteractionSystemProps, PositionSystemProps, Pick< FlexboxSystemProps, 'flexBasis' | 'flexGrow' | 'flexShrink'>, Pick< ElevationSystemProps, 'elevationLevel'>, OverflowSystemProps, SizingSystemProps, Pick< BorderSystemProps, 'borderBottomLeftRadiusLevel' | 'borderBottomRightRadiusLevel' | 'borderTopLeftRadiusLevel' | 'borderTopRightRadiusLevel' | 'roundedBottomLeftProp' | 'roundedBottomRightProp' | 'roundedTopLeftProp' | 'roundedTopRightProp'>, Pick< BackgroundSystemProps, 'backgroundColor' | 'gradient' >

PropTypeDefaultDescription
idstring
asstring렌더될 요소를 지정합니다.
childrenReactElementChild

Usage

Border

borderWidth, borderStyle, borderColor속성을 통해 테두리의 두께, 스타일, 색상을 지정할 수 있습니다.

Loading...

Border Radius

roundedBottomLeft, roundedBottomRight, roundedTopLeft , roundedTopRight 또는 rounded 속성을 통해 theme에 정의된 테두리 경계의 꼭짓점을 둥글기를 설정합니다.

Loading...

Gradient

gradient 속성을 통해 theme에 정의된 그라데이션을 사용할 수 있습니다.

Loading...

Elevation

elevationLevel 속성을 통해 theme에 정의된 테두리를 감싸는 그림자 효과를 사용할 수 있습니다.

Loading...
이전
OutlinedButton