본문으로 건너뛰기

Ratio

<Ratio />는 너비에 따라 특정 비율을 유지하는 컴포넌트입니다.

Loading...

How to use

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

Properties

PropTypeDefaultDescription
rationumber가로세로비를 지정합니다.
widthstretch | start100%너비를 지정합니다.
maxWidthnumber | string최대 너비를 지정합니다.
minWidthnumber | string최소 너비를 지정합니다.
이전
RadioGroupField