File tree 2 files changed +11
-1
lines changed
packages/docs/content/api
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ import CAccordionItem from '@coreui/react/src/components/accordion/CAccordionIte
25
25
<p >A string of all className you want applied to the base component.</p >
26
26
</td >
27
27
</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 >
28
38
<tr id = " caccordionitem-item-key" >
29
39
<td className = " text-primary fw-semibold" >itemKey<a href = " #caccordionitem-item-key" aria-label = " CAccordionItem itemKey permalink" className = " anchor-link after" >#</a ></td >
30
40
<td >-</td >
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Can be an object or a function returning a modified configuration.<br />
176
176
<tr >
177
177
<td colSpan = " 3" >
178
178
<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
180
180
<CPopover trigger="hover">...</CPopover>
181
181
182
182
// Hover + click combined
You can’t perform that action at this time.
0 commit comments