planby
planby copied to clipboard
Hi and thanks for this library! I'm working on an implementation and seems that without a concrete fixed pixel height the channels/programs do not render properly. Replicated by forking your...
Thanks for making this library! I noticed that it will always inject global styles including a web font when rendered. This makes the component look nicer but it affects other...
I tried the component in the demo from your site, but i see that the touch events don't work. I have to implement they by myself or there are already...
I'm implementing a sortable drag and drop on the timeline, using [dnd-kit](https://docs.dndkit.com/presets/sortable/usesortable) I want to be able to reorded my timeline items in the channel row (not across channels) This...
ERROR Cannot assign to read only property 'index' of object '#' TypeError: Cannot assign to read only property 'index' of object '#' at setLayoutScreenCloneElement (webpack://datastore_vod_ui/../node_modules/@nessprim/planby-pro/dist/planby-pro.esm.js?:737:25) at renderPrograms (webpack://datastore_vod_ui/../node_modules/@nessprim/planby-pro/dist/planby-pro.esm.js?:4668:7) at eval...
Planby 1.1.7 Following demo here with custom data: https://codesandbox.io/s/planby-epg-demo-ts-lp66v5 Items appear to be aligned to some kind of grid with no obvious way to change grid resolution. 
Hi, I noticed in RTL mode the scroll direction is inversted. Looking at the code I see why, since in RTL everything is flipped using transform. A better solution would...
Hi, We would like to have full customisation on how everything looks and feels. We also want to use SSR without depending on emotion. I think creating a headless version...
The @emotion/react package in planby is listed down as a dependency and not peerDepenedency. For this reason I was having warnings in my project because my installed version of the...