1.3.9 • Published 2 years ago

@ohaeseong/react-progress-bar v1.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.io

https://www.npmjs.com/package/@ohaeseong/react-progress-bar

Install

  yarn add @ohaeseong/react-progress-bar

Usage

'use client' // If you want to use this package in Next.js, you have to configure it to render only on the client side.
import React from 'react';
import ProgressBar from '@ohaeseong/react-progress-bar';

function App() {

  return <ProgressBar value={80} max={100} width="100px" />; // This progress bar has 80% value
}

Props

NameTypeDefaultDescription
value (required)number.Percentage of completed progress bar value.
max (required)number.Reference value.
widthstringautoWidth of the bar
heightstring15pxHeight of the bar
marginstringnoneMargin of the bar
colorstring (color code)#E5E7E9Color of the "non-completed" bar
trackColorstring (color code)#706af3Color of the completed bar
borderRadiusstring3pxBorder radius of the bar
labelColorstring (color code)#f9f9f9Label color of the bar
labelSizestring (1rem, 12px ...)0.8remLabel size of the bar
labelVisibleboolean (true === show label, false === hide label)falseVisibility of the label
transitionDurationstring (1s, 0.5s ...)1sDuration of the width transition
transitionTimingFunctionstring (ease, ease-in, ease-in-out ...)ease-in-outTiming function of the width transition
labelAlignmentstring (top, bottom, null === center)null (center)Position of the label
1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.9

2 years ago

1.3.8

2 years ago

1.3.4

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.3.3

2 years ago

1.2.4

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.9

2 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.2

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago