|
24 | 24 |
|
25 | 25 | - [Table of contents](#table-of-contents)
|
26 | 26 | - [Quick start](#quick-start)
|
| 27 | +- [Components](#components) |
27 | 28 | - [Status](#status)
|
28 | 29 | - [What's included](#whats-included)
|
29 | 30 | - [Bugs and feature requests](#bugs-and-feature-requests)
|
|
38 | 39 | - [Support CoreUI Development](#support-coreui-development)
|
39 | 40 | - [Copyright and license](#copyright-and-license)
|
40 | 41 |
|
41 |
| - |
42 | 42 | ## Quick start
|
43 | 43 |
|
44 | 44 | Several quick start options are available:
|
45 | 45 |
|
46 |
| -- [Download the latest release](https://github.com/coreui/coreui/archive/v5.1.1.zip) |
| 46 | +- [Download the latest release](https://github.com/coreui/coreui/archive/v5.1.2.zip) |
47 | 47 | - Clone the repo: `git clone https://github.com/coreui/coreui.git`
|
48 | 48 | - Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
|
49 | 49 | - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
|
50 |
| -- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.1.1` |
| 50 | +- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.1.2` |
51 | 51 |
|
52 | 52 | Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
|
53 | 53 |
|
| 54 | +## Components |
| 55 | + |
| 56 | +- [Bootstrap Accordion](https://coreui.io/bootstrap/docs/components/accordion/) |
| 57 | +- [Bootstrap Alert](https://coreui.io/bootstrap/docs/components/alert/) |
| 58 | +- [Bootstrap Avatar](https://coreui.io/bootstrap/docs/components/avatar/) |
| 59 | +- [Bootstrap Badge](https://coreui.io/bootstrap/docs/components/badge/) |
| 60 | +- [Bootstrap Breadcrumb](https://coreui.io/bootstrap/docs/components/breadcrumb/) |
| 61 | +- [Bootstrap Button](https://coreui.io/bootstrap/docs/components/button/) |
| 62 | +- [Bootstrap Button Group](https://coreui.io/bootstrap/docs/components/button-group/) |
| 63 | +- [Bootstrap Callout](https://coreui.io/bootstrap/docs/components/callout/) |
| 64 | +- [Bootstrap Card](https://coreui.io/bootstrap/docs/components/card/) |
| 65 | +- [Bootstrap Carousel](https://coreui.io/bootstrap/docs/components/carousel/) |
| 66 | +- [Bootstrap Checkbox](https://coreui.io/bootstrap/docs/forms/checkbox/) |
| 67 | +- [Bootstrap Close Button](https://coreui.io/bootstrap/docs/components/close-button/) |
| 68 | +- [Bootstrap Calendar](https://coreui.io/bootstrap/docs/components/calendar/) **PRO** |
| 69 | +- [Bootstrap Collapse](https://coreui.io/bootstrap/docs/components/collapse/) |
| 70 | +- [Bootstrap Date Picker](https://coreui.io/bootstrap/docs/forms/date-picker/) **PRO** |
| 71 | +- [Bootstrap Date Range Picker](https://coreui.io/bootstrap/docs/forms/date-range-picker/) **PRO** |
| 72 | +- [Bootstrap Dropdown](https://coreui.io/bootstrap/docs/components/dropdown/) |
| 73 | +- [Bootstrap Floating Labels](https://coreui.io/bootstrap/docs/forms/floating-labels/) |
| 74 | +- [Bootstrap Footer](https://coreui.io/bootstrap/docs/components/footer/) |
| 75 | +- [Bootstrap Header](https://coreui.io/bootstrap/docs/components/header/) |
| 76 | +- [Bootstrap Image](https://coreui.io/bootstrap/docs/components/image/) |
| 77 | +- [Bootstrap Input](https://coreui.io/bootstrap/docs/forms/input/) |
| 78 | +- [Bootstrap Input Group](https://coreui.io/bootstrap/docs/forms/input-group/) |
| 79 | +- [Bootstrap List Group](https://coreui.io/bootstrap/docs/components/list-group/) |
| 80 | +- [Bootstrap Loading Button](https://coreui.io/bootstrap/docs/components/loading-button/) **PRO** |
| 81 | +- [Bootstrap Modal](https://coreui.io/bootstrap/docs/components/modal/) |
| 82 | +- [Bootstrap Multi Select](https://coreui.io/bootstrap/docs/forms/multi-select/) **PRO** |
| 83 | +- [Bootstrap Navs & Tabs](https://coreui.io/bootstrap/docs/components/navs-tabs/) |
| 84 | +- [Bootstrap Navbar](https://coreui.io/bootstrap/docs/components/navbar/) |
| 85 | +- [Bootstrap Offcanvas](https://coreui.io/bootstrap/docs/components/offcanvas/) |
| 86 | +- [Bootstrap Pagination](https://coreui.io/bootstrap/docs/components/pagination/) |
| 87 | +- [Bootstrap Placeholder](https://coreui.io/bootstrap/docs/components/placeholder/) |
| 88 | +- [Bootstrap Popover](https://coreui.io/bootstrap/docs/components/popover/) |
| 89 | +- [Bootstrap Progress](https://coreui.io/bootstrap/docs/components/progress/) |
| 90 | +- [Bootstrap Radio](https://coreui.io/bootstrap/docs/forms/radio/) |
| 91 | +- [Bootstrap Range](https://coreui.io/bootstrap/docs/forms/range/) |
| 92 | +- [Bootstrap Rating](https://coreui.io/bootstrap/docs/forms/rating/) **PRO** |
| 93 | +- [Bootstrap Select](https://coreui.io/bootstrap/docs/forms/select/) |
| 94 | +- [Bootstrap Sidebar](https://coreui.io/bootstrap/docs/components/sidebar/) |
| 95 | +- [Bootstrap Spinner](https://coreui.io/bootstrap/docs/components/spinner/) |
| 96 | +- [Bootstrap Switch](https://coreui.io/bootstrap/docs/forms/switch/) |
| 97 | +- [Bootstrap Table](https://coreui.io/bootstrap/docs/components/table/) |
| 98 | +- [Bootstrap Textarea](https://coreui.io/bootstrap/docs/forms/textarea/) |
| 99 | +- [Bootstrap Time Picker](https://coreui.io/bootstrap/docs/forms/time-picker/) **PRO** |
| 100 | +- [Bootstrap Toast](https://coreui.io/bootstrap/docs/components/toast/) |
| 101 | +- [Bootstrap Tooltip](https://coreui.io/bootstrap/docs/components/tooltip/) |
54 | 102 |
|
55 | 103 | ## Status
|
56 | 104 |
|
|
0 commit comments