Styled HTML <progress /> elements for showing completion of a task
npm install @instructure/ui-progress[![npm][npm]][npm-url]
[![MIT License][license-badge]][license]
[![Code of Conduct][coc-badge]][coc]
A styled HTML 'progress' element
The ui-progress package contains the following:
``sh`
npm install @instructure/ui-progress
`jsx
import React from 'react'
import { ProgressBar } from '@instructure/ui-progress'
const MyProgress = () => {
return (
valueNow={40}
valueMax={60}
/>
)
}
``
[npm]: https://img.shields.io/npm/v/@instructure/ui-progress.svg
[npm-url]: https://npmjs.com/package/@instructure/ui-progress
[license-badge]: https://img.shields.io/npm/l/instructure-ui.svg?style=flat-square
[license]: https://github.com/instructure/instructure-ui/blob/master/LICENSE.md
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/instructure/instructure-ui/blob/master/CODE_OF_CONDUCT.md