Caroa UI

Progress

進捗を表示するプログレスバーコンポーネント。

インポート

import { Progress } from '@caroainc/ui-components/client'

基本的な使い方

<Progress value={60} />

様々な進捗値

Loading...
<Progress value={0} />
<Progress value={25} />
<Progress value={50} />
<Progress value={75} />
<Progress value={100} />

Props

PropTypeDefaultDescription
valuenumber0進捗値(0-100)
maxnumber100最大値

On this page