File tree Expand file tree Collapse file tree 7 files changed +7
-5
lines changed Expand file tree Collapse file tree 7 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v4.5.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v4.5.1 .zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-react.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/react `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/react `
Original file line number Diff line number Diff line change 46
46
47
47
Several quick start options are available:
48
48
49
- - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v4.5.0 .zip )
49
+ - [ Download the latest release] ( https://github.com/coreui/coreui-react/archive/v4.5.1 .zip )
50
50
- Clone the repo: ` git clone https://github.com/coreui/coreui-react.git `
51
51
- Install with [ npm] ( https://www.npmjs.com/ ) : ` npm install @coreui/react `
52
52
- Install with [ yarn] ( https://yarnpkg.com/ ) : ` yarn add @coreui/react `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react" ,
3
- "version" : " 4.5.0 " ,
3
+ "version" : " 4.5.1 " ,
4
4
"description" : " UI Components Library for React.js" ,
5
5
"keywords" : [
6
6
" react" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import CPopover from '@coreui/react/src/components/popover/CPopover'
7
7
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
+ | ** className** | A string of all className you want applied to the component. | ` string ` | - |
10
11
| ** content** | Content node for your component. | ` ReactNode ` | - |
11
12
| ** offset** | Offset of the popover relative to its target. | ` [number, number] ` | [ 0, 8] |
12
13
| ** onHide** | Callback fired when the component requests to be hidden. | ` () => void ` | - |
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import CTooltip from '@coreui/react/src/components/tooltip/CTooltip'
7
7
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
+ | ** className** | A string of all className you want applied to the component. | ` string ` | - |
10
11
| ** content** | Content node for your component. | ` ReactNode ` | - |
11
12
| ** offset** | Offset of the popover relative to its target. | ` [number, number] ` | [ 0, 0] |
12
13
| ** onHide** | Callback fired when the component requests to be hidden. | ` () => void ` | - |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/react-docs" ,
3
- "version" : " 4.5.0 " ,
3
+ "version" : " 4.5.1 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"homepage" : " https://coreui.io/react/" ,
Original file line number Diff line number Diff line change 1872
1872
conventional-recommended-bump "^6.1.0"
1873
1873
fs-extra "^9.1.0"
1874
1874
get-stream "^6.0.0"
1875
- lodash.template "^4.5.0 "
1875
+ lodash.template "^4.5.1 "
1876
1876
npm-package-arg "^8.1.0"
1877
1877
npmlog "^4.1.2"
1878
1878
pify "^5.0.0"
You can’t perform that action at this time.
0 commit comments