Full Changelog:
- ✨ added new prop defaultSelectedIndex to allow an element to be preselected
- ✨ added new prop defaultSelectedIndex examples
- 📝 updated readme
Release:
https://www.npmjs.com/package/@tomxpcvx/react-expandable-grid/v/1.1.1
Example:
https://ghp.pietsch.earth/react-expandable-grid/?path=/docs/examples-gallery--docs
<ExpandableGrid
elements={ elements }
expandableElementWidthInPx={ size }
fbJustifyContent={ fbJustifyContent }
defaultSelectedIndex={ 3 }
/>