davidtheclark / react-aria-tabpanel

A fully accessible, extravagantly flexible, React-powered Tab Panel component

Home Page:http://davidtheclark.github.io/react-aria-tabpanel/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for arbitrary props passed to DOM element

davidtheclark opened this issue · comments

Should be easy to allow not just id, class, etc., but anything, by following this pattern: https://github.com/davidtheclark/focus-trap-react/blob/master/index.js#L60