Progress UI component for React providing customizable line and circle progress bars
Overall
score
100%
Build a React component that demonstrates different line cap styles for progress bars using various cap configurations.
Create a React component called LineCapDemo that:
The component should render three distinct progress bars vertically stacked with labels, allowing visual comparison of the different line cap styles.
@generates
import React from 'react';
/**
* Component that demonstrates different line cap styles for progress bars
*/
export function LineCapDemo(): React.ReactElement;Provides progress bar components with customizable stroke styling.
React library for building user interfaces.
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