Skip to content

Commit 9000278

Browse files
committed
docs: update content
1 parent e99bf57 commit 9000278

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/docs/content/4.0/components/widgets.mdx

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: React Widgets
33
name: Widgets
4-
description: React alert component gives contextual feedback information for common user operations. The alert component is delivered with a bunch of usable and adjustable alert messages.
4+
description: React widget components give information about the app statistics.
55
menu: Components
66
route: /components/widgets
77
---
@@ -15,7 +15,7 @@ import {
1515
cilChartPie,
1616
cilOptions,
1717
} from '@coreui/icons'
18-
import { CChartBar, CChartLine } from './../../../../coreui-react-chartjs/src/index.ts'
18+
import { CChartBar, CChartLine } from '@coreui/react-chartjs/src/index.ts'
1919

2020
import {
2121
CCol,
@@ -33,10 +33,6 @@ import {
3333
CWidgetStatsF,
3434
} from '@coreui/react/src/index'
3535

36-
## Examples
37-
38-
React Alert is prepared for any length of text, as well as an optional close button. For a styling, use one of the **required** contextual `color` props (e.g., `primary`). For inline dismissal, use the [dismissing prop](#dismissing).
39-
4036
## CWidgetStatsA
4137

4238
<Example>

0 commit comments

Comments
 (0)