Skip to content

Commit cb15c39

Browse files
committed
docs: upadte API documentation
1 parent 08dde3d commit cb15c39

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎packages/docs/content/api/CAccordionItem.api.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ import CAccordionItem from '@coreui/react/src/components/accordion/CAccordionIte
2525
<p>A string of all className you want applied to the base component.</p>
2626
</td>
2727
</tr>
28+
<tr id="caccordionitem-id">
29+
<td className="text-primary fw-semibold">id<a href="#caccordionitem-id" aria-label="CAccordionItem id permalink" className="anchor-link after">#</a></td>
30+
<td>-</td>
31+
<td><code>{`string`}</code></td>
32+
</tr>
33+
<tr>
34+
<td colSpan="3">
35+
<p>The id global attribute defines an identifier (ID) that must be unique in the whole document.</p>
36+
</td>
37+
</tr>
2838
<tr id="caccordionitem-item-key">
2939
<td className="text-primary fw-semibold">itemKey<a href="#caccordionitem-item-key" aria-label="CAccordionItem itemKey permalink" className="anchor-link after">#</a></td>
3040
<td>-</td>

‎packages/docs/content/api/CPopover.api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Can be an object or a function returning a modified configuration.<br />
176176
<tr>
177177
<td colSpan="3">
178178
<p>Determines which events trigger the visibility of the React Popover. Can be a single trigger or an array of triggers.</p>
179-
<JSXDocs code={`// Hover-only tooltip
179+
<JSXDocs code={`// Hover-only popover
180180
<CPopover trigger="hover">...</CPopover>
181181
182182
// Hover + click combined

0 commit comments

Comments
 (0)