Skip to content

Commit 76126f9

Browse files
committed
chore: add comments
1 parent bc657f7 commit 76126f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-react/src/components/progress/CProgress.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export interface CProgressProps
2929
white?: boolean
3030
}
3131

32+
// TODO: update markup and add '.progress-stacked' in v5
3233
export const CProgress = forwardRef<HTMLDivElement, CProgressProps>(
3334
({ children, className, height, thin, value = 0, white, ...rest }, ref) => {
3435
return (

0 commit comments

Comments
 (0)