Skip to content

Commit 2be3217

Browse files
committed
update docs
1 parent e39cd36 commit 2be3217

File tree

315 files changed

+3496
-3688
lines changed

Some content is hidden

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

315 files changed

+3496
-3688
lines changed

bootstrap/docs/assets/js/stackblitz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
${n.outerHTML}
66
<script>document.getElementById('${n.id}').submit();<\/script>
77
</body>
8-
</html>`}function z(e,t){let n=I(e);n.action=v("/run",t),n.target=P(t),document.body.appendChild(n),n.submit(),document.body.removeChild(n)}function g(e){var n;return e!=null&&e.contentWindow?((n=V(e))!=null?n:new f(e)).pending:Promise.reject("Provided element is not an iframe.")}function J(e,t){z(e,t)}function X(e,t){let n=v(`/edit/${e}`,t),a=P(t);window.open(n,a)}function Q(e,t){let n=v(`/github/${e}`,t),a=P(t);window.open(n,a)}function ee(e,t,n){var i;let a=_(e),r=G(t,n),o=document.createElement("iframe");return b(a,o,n),(i=o.contentDocument)==null||i.write(r),g(o)}function te(e,t,n){let a=_(e),r=document.createElement("iframe");return r.src=C(`/edit/${t}`,n),b(a,r,n),g(r)}function ne(e,t,n){let a=_(e),r=document.createElement("iframe");return r.src=C(`/github/${t}`,n),b(a,r,n),g(r)}var j={connect:g,embedGithubProject:ne,embedProject:ee,embedProjectId:te,openGithubProject:Q,openProject:J,openProjectId:X};var F="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.4.0/dist/css/coreui.min.css",T="https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.14.2/dist/css/coreui.min.css";var A="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.4.0/dist/js/coreui.bundle.min.js",B="https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.14.2/dist/js/coreui.bundle.min.js",L=`(() => {
8+
</html>`}function z(e,t){let n=I(e);n.action=v("/run",t),n.target=P(t),document.body.appendChild(n),n.submit(),document.body.removeChild(n)}function g(e){var n;return e!=null&&e.contentWindow?((n=V(e))!=null?n:new f(e)).pending:Promise.reject("Provided element is not an iframe.")}function J(e,t){z(e,t)}function X(e,t){let n=v(`/edit/${e}`,t),a=P(t);window.open(n,a)}function Q(e,t){let n=v(`/github/${e}`,t),a=P(t);window.open(n,a)}function ee(e,t,n){var i;let a=_(e),r=G(t,n),o=document.createElement("iframe");return b(a,o,n),(i=o.contentDocument)==null||i.write(r),g(o)}function te(e,t,n){let a=_(e),r=document.createElement("iframe");return r.src=C(`/edit/${t}`,n),b(a,r,n),g(r)}function ne(e,t,n){let a=_(e),r=document.createElement("iframe");return r.src=C(`/github/${t}`,n),b(a,r,n),g(r)}var j={connect:g,embedGithubProject:ne,embedProject:ee,embedProjectId:te,openGithubProject:Q,openProject:J,openProjectId:X};var F="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.4.1/dist/css/coreui.min.css",T="https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.15.0/dist/css/coreui.min.css";var A="https://cdn.jsdelivr.net/npm/@coreui/coreui@5.4.1/dist/js/coreui.bundle.min.js",B="https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.15.0/dist/js/coreui.bundle.min.js",L=`(() => {
99
// ns-hugo-imp:/Users/lukaszholeczek/Projekty/CoreUI/@coreui/coreui-pro/docs/assets/js/partials/snippets.js
1010
var snippets_default = () => {
1111
document.querySelectorAll('[data-coreui-toggle="tooltip"]').forEach((tooltip) => {

bootstrap/docs/components/accordion/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta name="description" content="Build vertically collapsing accordions in combination with our Collapse JavaScript plugin.">
77
<meta name="author" content="Lukasz Holeczek, Andrzej Kopanski">
8-
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="generator" content="Hugo 0.147.9">
99

1010
<meta name="docsearch:language" content="en">
11-
<meta name="docsearch:version" content="5.10">
11+
<meta name="docsearch:version" content="5.15">
1212

1313

1414
<title>Bootstrap Accordion - extended examples and tutorials</title>
@@ -1621,7 +1621,7 @@ <h2 id="coreui-vs-bootstrap">CoreUI vs Bootstrap <a class="anchor-link" href="#c
16211621
<li class="d-inline-block ms-3"><a href="https://coreui.io/vue/">CoreUI for Vue.js</a></li>
16221622
</ul>
16231623
<p class="mb-0">CoreUI is designed as the extension of <a href="https://getbootstrap.com">Bootstrap</a>. Special thanks for <a href="https://getbootstrap.com/docs/5.0/about/team/">Bootstrap team</a> and <a href="https://github.com/twbs/bootstrap/graphs/contributors">Bootstrap's contributors</a>.</p>
1624-
<p class="mb-0">Currently v5.4.0. CoreUI code licensed <a href="https://github.com/coreui/coreui/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>. <strong> CoreUI PRO requires a commercial license.</strong></p>
1624+
<p class="mb-0">Currently v5.4.1. CoreUI code licensed <a href="https://github.com/coreui/coreui/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>. <strong> CoreUI PRO requires a commercial license.</strong></p>
16251625
</div>
16261626
</footer>
16271627

@@ -1631,7 +1631,7 @@ <h2 id="coreui-vs-bootstrap">CoreUI vs Bootstrap <a class="anchor-link" href="#c
16311631
</div>
16321632

16331633

1634-
<script defer src="https://coreui.io/bootstrap/docs/dist/js/coreui.bundle.min.js" integrity="sha384-6KNmcWQtjhBHYZMQt6YKMhw59SF6gKBoYTOEBxz2Zsc2r5M8+fgjVAuDr7uGwTjF"></script>
1634+
<script defer src="https://coreui.io/bootstrap/docs/dist/js/coreui.bundle.min.js" integrity="sha384-HJXrOp+RARR5MkmlwAZHwSQCJKHWtSrlIULdF5Kvaf5gWOyLCBrbC67ZcW0lEeC1"></script>
16351635

16361636
<script defer src="https://coreui.io/bootstrap/docs/assets/js/application.js"></script>
16371637
<script defer src="https://coreui.io/bootstrap/docs/assets/js/search.js"></script>

bootstrap/docs/components/accordion/llm.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
2-
3-
# Bootstrap 5 Accordion with CoreUI
1+
# Accordion
42

53
Build vertically collapsing accordions in combination with our Collapse JavaScript plugin.
64

7-
## Bootstrap 5 Accordion – How it works
5+
## How it works
86

9-
The accordion uses [collapse](/components/collapse/llm.md) internally to make it collapsible.
7+
The accordion uses [collapse](/components/collapse/) internally to make it collapsible.
108

119

12-
This component's animation effect relies on the `prefers-reduced-motion` media query. For more information, refer to the [reduced motion section of our accessibility documentation](/getting-started/accessibility/llm.md).
10+
This component&#39;s animation effect relies on the `prefers-reduced-motion` media query. For more information, refer to the [reduced motion section of our accessibility documentation](/getting-started/accessibility/#reduced-motion).
1311

1412

1513

@@ -61,7 +59,7 @@ To render an accordion that's expanded by default:
6159
</div>
6260
```
6361

64-
### Bootstrap 5 Accordion – Flush
62+
### Flush
6563

6664
Add `.accordion-flush` to remove the default `background-color`, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
6765

@@ -100,7 +98,7 @@ Add `.accordion-flush` to remove the default `background-color`, some borders, a
10098
</div>
10199
```
102100

103-
### Bootstrap 5 Accordion – Always open
101+
### Always open
104102

105103
Omit the `data-coreui-parent` attribute on each `.accordion-collapse` to make accordion items stay open when another item is opened.
106104

@@ -145,13 +143,13 @@ Omit the `data-coreui-parent` attribute on each `.accordion-collapse` to make ac
145143
</div>
146144
```
147145

148-
## Bootstrap 5 Accordion – Accessibility
146+
## Accessibility
149147

150-
Please read the [collapse accessibility section](/components/collapse/llm.md) for more information.
148+
Please read the [collapse accessibility section](/components/collapse/#accessibility) for more information.
151149

152-
## Bootstrap 5 Accordion – Customizing
150+
## Customizing
153151

154-
### Bootstrap 5 Accordion – CSS variables
152+
### CSS variables
155153

156154
Accordions use local CSS variables on .accordion for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too.
157155

@@ -179,7 +177,7 @@ Accordions use local CSS variables on .accordion for enhanced real-time customiz
179177
--cui-accordion-active-bg: #{$accordion-button-active-bg};
180178
```
181179

182-
### Bootstrap 5 Accordion – SASS variables
180+
### SASS variables
183181

184182
```scss
185183
$accordion-padding-y: 1rem;
@@ -213,8 +211,8 @@ $accordion-icon-active-color: $primary-text-emphasis;
213211
$accordion-icon-transition: transform .2s ease-in-out;
214212
$accordion-icon-transform: rotate(-180deg);
215213

216-
$accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#{$accordion-icon-color}' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>");
217-
$accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#{$accordion-icon-active-color}' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>");
214+
$accordion-button-icon: url(&#34;data:image/svg&#43;xml,&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 16 16&#39; fill=&#39;none&#39; stroke=&#39;#{$accordion-icon-color}&#39; stroke-linecap=&#39;round&#39; stroke-linejoin=&#39;round&#39;&gt;&lt;path d=&#39;m2 5 6 6 6-6&#39;/&gt;&lt;/svg&gt;&#34;);
215+
$accordion-button-active-icon: url(&#34;data:image/svg&#43;xml,&lt;svg xmlns=&#39;http://www.w3.org/2000/svg&#39; viewBox=&#39;0 0 16 16&#39; fill=&#39;none&#39; stroke=&#39;#{$accordion-icon-active-color}&#39; stroke-linecap=&#39;round&#39; stroke-linejoin=&#39;round&#39;&gt;&lt;path d=&#39;m2 5 6 6 6-6&#39;/&gt;&lt;/svg&gt;&#34;);
218216

219217
```
220218

@@ -230,6 +228,6 @@ $accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w
230228
<li>🌍 <strong>Better LTR/RTL support</strong> – Uses modern CSS logical properties for seamless bidirectional layout support.</li>
231229
<li>🔒 <strong>LTS (Long-Term Support)</strong> – Bootstrap now offers LTS only via paid third parties like HeroDevs, while CoreUI continues to offer long-term support natively and for free.</li>
232230
</ul>
233-
<p>Whether youre building internal tools, dashboards, or SaaS platforms — CoreUI combines the familiarity of Bootstrap with a more powerful, scalable, and production-ready ecosystem.</p>
231+
<p>Whether you&rsquo;re building internal tools, dashboards, or SaaS platforms — CoreUI combines the familiarity of Bootstrap with a more powerful, scalable, and production-ready ecosystem.</p>
234232
<p>👉 <a href="https://coreui.io/bootstrap/">Explore CoreUI Bootstrap Components</a><br>
235-
👉 <a href="https://coreui.io/bootstrap/docs/getting-started/introduction/#coreui-vs-bootstrap">Compare CoreUI vs Bootstrap</a></p>
233+
👉 <a href="https://coreui.io/bootstrap/docs/getting-started/introduction/#coreui-vs-bootstrap">Compare CoreUI vs Bootstrap</a></p>

bootstrap/docs/components/alerts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta name="description" content="Bootstrap alerts give contextual feedback information for common user operations. The alert component is delivered with a bunch of usable and adjustable alert messages.">
77
<meta name="author" content="Lukasz Holeczek, Andrzej Kopanski">
8-
<meta name="generator" content="Hugo 0.147.3">
8+
<meta name="generator" content="Hugo 0.147.9">
99

1010
<meta name="docsearch:language" content="en">
11-
<meta name="docsearch:version" content="5.10">
11+
<meta name="docsearch:version" content="5.15">
1212

1313

1414
<title>Bootstrap Alerts - extended examples and tutorials</title>
@@ -1917,7 +1917,7 @@ <h2 id="coreui-vs-bootstrap">CoreUI vs Bootstrap <a class="anchor-link" href="#c
19171917
<li class="d-inline-block ms-3"><a href="https://coreui.io/vue/">CoreUI for Vue.js</a></li>
19181918
</ul>
19191919
<p class="mb-0">CoreUI is designed as the extension of <a href="https://getbootstrap.com">Bootstrap</a>. Special thanks for <a href="https://getbootstrap.com/docs/5.0/about/team/">Bootstrap team</a> and <a href="https://github.com/twbs/bootstrap/graphs/contributors">Bootstrap's contributors</a>.</p>
1920-
<p class="mb-0">Currently v5.4.0. CoreUI code licensed <a href="https://github.com/coreui/coreui/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>. <strong> CoreUI PRO requires a commercial license.</strong></p>
1920+
<p class="mb-0">Currently v5.4.1. CoreUI code licensed <a href="https://github.com/coreui/coreui/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>. <strong> CoreUI PRO requires a commercial license.</strong></p>
19211921
</div>
19221922
</footer>
19231923

@@ -1927,7 +1927,7 @@ <h2 id="coreui-vs-bootstrap">CoreUI vs Bootstrap <a class="anchor-link" href="#c
19271927
</div>
19281928

19291929

1930-
<script defer src="https://coreui.io/bootstrap/docs/dist/js/coreui.bundle.min.js" integrity="sha384-6KNmcWQtjhBHYZMQt6YKMhw59SF6gKBoYTOEBxz2Zsc2r5M8+fgjVAuDr7uGwTjF"></script>
1930+
<script defer src="https://coreui.io/bootstrap/docs/dist/js/coreui.bundle.min.js" integrity="sha384-HJXrOp+RARR5MkmlwAZHwSQCJKHWtSrlIULdF5Kvaf5gWOyLCBrbC67ZcW0lEeC1"></script>
19311931

19321932
<script defer src="https://coreui.io/bootstrap/docs/assets/js/application.js"></script>
19331933
<script defer src="https://coreui.io/bootstrap/docs/assets/js/search.js"></script>

0 commit comments

Comments
 (0)