UNPKG
react-ally
Version:
latest (0.0.1-beta.2)
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta.0
Accessible react components
react-ally
/
src
/
accordion
/
aria-helpers.js
3 lines
(2 loc)
•
94 B
JavaScript
View Raw
1
2
3
export
const
buttonId
= id =>
`
${id}
-button`
;
export
const
contentId
= id =>
`
${id}
-content`
;