rea11y-progress-bar

0.1.0 • Public • Published

Rea11y progress bar

import {ProgressBar} from 'rea11y-progress-bar';
<ProgressBar max={100} value={42} />

With a label:

function makeText({progress}) {
	return progress + '%';
}

<ProgressBar max={100} value={42} text={makeText} />

Readme

Keywords

Package Sidebar

Install

npm i rea11y-progress-bar

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • fg