You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Konsta has no swipe events and to add them, one needs to access other events from ListIem (mousedown, touchstart, etc).
At the moment, only onClick is passed as a prop. If I on:mousedown the ListItem component, there is an error.
How do I listen to other events on ListItem? (and any other component for that matter?)
Side question: I tried to fork and install konsta from my fork, but after yarn add ssh://github.com/fredguth/konsta#feat-list-item-events, tailwindconfig stopped finding konsta/config.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Konsta has no swipe events and to add them, one needs to access other events from ListIem (mousedown, touchstart, etc).
At the moment, only onClick is passed as a prop. If I
on:mousedown
the ListItem component, there is an error.How do I listen to other events on ListItem? (and any other component for that matter?)
Side question: I tried to fork and install konsta from my fork, but after
yarn add ssh://github.com/fredguth/konsta#feat-list-item-events
, tailwindconfig stopped finding konsta/config.Thanks in advace
Beta Was this translation helpful? Give feedback.
All reactions