Skip to content

Navigation Menu

Sign in
Appearance settings

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 7f5ba61

Browse filesBrowse files
committed
release: v5.1.2
1 parent ffa5d93 commit 7f5ba61
Copy full SHA for 7f5ba61

File tree

Expand file treeCollapse file tree

107 files changed

+2209
-1287
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

107 files changed

+2209
-1287
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+51-3Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
- [Table of contents](#table-of-contents)
2626
- [Quick start](#quick-start)
27+
- [Components](#components)
2728
- [Status](#status)
2829
- [What's included](#whats-included)
2930
- [Bugs and feature requests](#bugs-and-feature-requests)
@@ -38,19 +39,66 @@
3839
- [Support CoreUI Development](#support-coreui-development)
3940
- [Copyright and license](#copyright-and-license)
4041

41-
4242
## Quick start
4343

4444
Several quick start options are available:
4545

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)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4949
- 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`
5151

5252
Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5353

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/)
54102

55103
## Status
56104

‎dist/css/coreui-grid.css

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.min.css

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.min.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.min.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.min.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.rtl.css

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.rtl.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.rtl.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.rtl.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.rtl.min.css

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.rtl.min.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-grid.rtl.min.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-grid.rtl.min.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.css

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.min.css

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.min.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.min.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.min.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.rtl.css

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.rtl.css
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/css/coreui-reboot.rtl.css.map

Copy file name to clipboardExpand all lines: dist/css/coreui-reboot.rtl.css.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

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