Skip to content

Commit 974f59f

Browse files
committed
Merge branch 'main' of https://github.com/coreui/coreui
2 parents f6e26b0 + 7f5ba61 commit 974f59f

File tree

104 files changed

+4732
-2887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+4732
-2887
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@
220220
},
221221
{
222222
"files": [
223-
"**/*.md/*.js"
223+
"**/*.md/*.js",
224+
"**/*.md/*.mjs"
224225
],
225226
"extends": "plugin:markdown/recommended-legacy",
226227
"parserOptions": {

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Please use following commit message format.
165165

166166
[Adhere to the Code Guide.](http://codeguide.co/#css)
167167

168-
- When feasible, default color palettes should comply with [WCAG color contrast guidelines](http://www.w3.org/TR/WCAG20/#visual-audio-contrast).
168+
- When feasible, default color palettes should comply with [WCAG color contrast guidelines](https://www.w3.org/TR/WCAG/#distinguishable).
169169
- Except in rare cases, don't remove default `:focus` styles (via e.g. `outline: none;`) without providing alternative styles. See [this A11Y Project post](http://a11yproject.com/posts/never-remove-css-outlines) for more details.
170170

171171
### JS

README.md

Lines changed: 49 additions & 1 deletion
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,7 +39,6 @@
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:
@@ -51,6 +51,54 @@ Several quick start options are available:
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.map

Lines 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

Lines 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

Lines 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

Lines 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

Lines 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.min.css.map

Lines 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-utilities.css.map

Lines 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-utilities.min.css.map

Lines 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-utilities.rtl.css.map

Lines 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-utilities.rtl.min.css.map

Lines 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.css

Lines changed: 38 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

Lines 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.min.css

Lines 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.min.css.map

Lines 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)