We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a44f57 + 049e3f5 commit da6b9edCopy full SHA for da6b9ed
_book/docs/components/accordion/Accordion.md
@@ -137,5 +137,17 @@ export default {
137
<td> - </td>
138
<td>Custom design of Accordion content</td>
139
</tr>
140
+ <tr>
141
+ <td>onAccordionOpen</td>
142
+ <td> Function </td>
143
+ <td> - </td>
144
+ <td>Callback that is executed when Accordion is opened. It provides two additional metadata: item and index </td>
145
+ </tr>
146
147
+ <td>onAccordionClose</td>
148
149
150
+ <td>Callback that is executed when Accordion is closed. It provides two additional metadata: item and index </td>
151
152
</tbody>
153
</table><br />
0 commit comments