File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/docs/content/api Expand file tree Collapse file tree 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
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 >
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 />
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
You can’t perform that action at this time.
0 commit comments