flexn-io / create

Build apps for web, TVs, desktops, consoles, wearables and more. Developer friendly UI library targeting all form factors platforms. Another notable feature is providing focus management for TVs which very easy to implement using Create.
https://create.flexn.org
MIT License
26 stars 6 forks source link

feat(Row): Forward ref added for row #53

Closed RicardasN closed 1 year ago

RicardasN commented 1 year ago

Allow to refer to the recycler inside the row component in order to control how it scrolls from outside. This might be useful for other things later as well.