We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3aa8d commit 22ce525Copy full SHA for 22ce525
src/Accordion.tsx
@@ -92,6 +92,7 @@ export const Accordion = memo(
92
aria-controls={collapseElementId}
93
onClick={onExtendButtonClick}
94
type="button"
95
+ id={`${id}__toggle-btn`}
96
>
97
{label}
98
</button>
0 commit comments