1.3.9 • Published 28 days ago

@ohaeseong/react-progress-bar v1.3.9

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

28 days ago

1.3.6

28 days ago

1.3.5

28 days ago

1.3.9

28 days ago

1.3.8

28 days ago

1.3.4

1 month ago

1.2.8

1 month ago

1.2.7

1 month ago

1.2.6

1 month ago

1.2.5

1 month ago

1.3.3

1 month ago

1.2.4

1 month ago

1.3.2

1 month ago

1.2.3

1 month ago

1.3.1

1 month ago

1.2.2

1 month ago

1.3.0

1 month ago

1.2.9

1 month ago

1.1.19

3 years ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.2

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago