Progress UI component for React providing customizable line and circle progress bars
Overall
score
100%
Build a React component that displays multiple circular progress indicators with different styling configurations to showcase various completion states.
Create a ProgressDashboard component that renders three circular progress indicators side-by-side:
Completed Task Indicator
In-Progress Task Indicator
Low Progress Task Indicator
The component should display these three indicators in a horizontal layout with appropriate spacing.
@generates
Export the component as the default export from the file.
import React from 'react';
export default function ProgressDashboard(): React.ReactElement;Provides the React framework for building the component.
Provides circular progress indicator components with advanced styling capabilities.
Install with Tessl CLI
npx tessl i tessl/npm-rc-progressdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10