Skip to content

Commit b59bb39

Browse files
committed
docs: update documentation
1 parent acb9617 commit b59bb39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/4.0/components/CHeader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Here's what you need to know before getting started with the header:
4040

4141
- Headers require a wrapping `.header` with `.header-expand{-sm|-md|-lg|-xl|-xxl}` for responsive collapsing and [color scheme](#color-schemes) classes.
4242
- Headers and their contents are fluid by default. Change the [container](#containers) to limit their horizontal width in different ways.
43-
- Use our [spacing](https://coreui.io/docs/utilities/spacing" >}}) and [flex](https://coreui.io/docs/4.0/utilities/flex) utility classes for controlling spacing and alignment within headers.
43+
- Use our [spacing](https://coreui.io/docs/utilities/spacing") and [flex](https://coreui.io/docs/4.0/utilities/flex) utility classes for controlling spacing and alignment within headers.
4444
- Headers are responsive by default, but you can easily modify them to change that. Responsive behavior depends on our Collapse JavaScript plugin.
4545
- Ensure accessibility by using a `<nav>` element or, if using a more generic element such as a `<div>`, add a `role="navigation"` to every header to explicitly identify it as a landmark region for users of assistive technologies.
4646
- Indicate the current item by using `aria-current="page"` for the current page or `aria-current="true"` for the current item in a set.

docs/4.0/components/CListGroup.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ Place CoreUI's checkboxes and radios within list group items and customize as ne
203203
</CListGroup>
204204
</Playground>
205205

206+
TODO: add missing examples from base docs
207+
206208

207209
## API
208210

0 commit comments

Comments
 (0)