1.3.9 • Published 1 year ago

@ohaeseong/react-progress-bar v1.3.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.4

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.3.3

1 year ago

1.2.4

1 year ago

1.3.2

1 year ago

1.2.3

1 year ago

1.3.1

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.9

1 year ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.2

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago