import React from 'react'; import Widget from '../../../Widget'; import { ProgressBar, ProgressLine, ProgressBarWithValue } from '../../../../../Components/ProgressBar'; import { Col } from 'reactstrap'; const ProgressBars: React.FC = () => { return (
<ProgressBar /> component for simple progress bars
<ProgressLine /> component for simple progress bars with{' '}
colorClass="bg-color" prop
<ProgressBarWithValue /> component for progress bars with text inside