Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa3304e

Browse filesBrowse files
committed
docs(CProgress): update API documentation
1 parent e13d2ee commit aa3304e
Copy full SHA for aa3304e

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/progress/CProgress.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface CProgressProps
1717
*/
1818
height?: number
1919
/**
20-
* A string of all className you want applied to the <CProgressBar/> component.
20+
* A string of all className you want applied to the `<CProgressBar/>` component.
2121
*
2222
* @since 4.9.0
2323
*/

‎packages/docs/content/api/CProgress.api.mdx

Copy file name to clipboardExpand all lines: packages/docs/content/api/CProgress.api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import CProgress from '@coreui/react/src/components/progress/CProgress'
6262
</tr>
6363
<tr>
6464
<td colSpan="3">
65-
<p>A string of all className you want applied to the <CProgressBar/> component.</p>
65+
<p>A string of all className you want applied to the <code>{`<CProgressBar/>`}</code> component.</p>
6666
</td>
6767
</tr>
6868
<tr id="cprogress-thin">

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.