|
48 | 48 |
|
49 | 49 | Several quick start options are available:
|
50 | 50 |
|
51 |
| --[Download the latest release](https://github.com/coreui/coreui-react/archive/v5.7.1.zip) |
| 51 | +-[Download the latest release](https://github.com/coreui/coreui-react/archive/v5.8.0.zip) |
52 | 52 | - Clone the repo:`git clone https://github.com/coreui/coreui-react.git`
|
53 | 53 | - Install with[npm](https://www.npmjs.com/):`npm install @coreui/react`
|
54 | 54 | - Install with[yarn](https://yarnpkg.com/):`yarn add @coreui/react`
|
@@ -119,6 +119,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
|
119 | 119 | -[React Date Range Picker](https://coreui.io/react/docs/forms/date-range-picker/)**PRO**
|
120 | 120 | -[React Dropdown](https://coreui.io/react/docs/components/dropdown/)
|
121 | 121 | -[React Floating Labels](https://coreui.io/react/docs/forms/floating-labels/)
|
| 122 | +-[React Focus Trap](https://coreui.io/react/docs/components/focus-trap/) |
122 | 123 | -[React Footer](https://coreui.io/react/docs/components/footer/)
|
123 | 124 | -[React Header](https://coreui.io/react/docs/components/header/)
|
124 | 125 | -[React Image](https://coreui.io/react/docs/components/image/)
|
|