Julian Eden

Results 4 issues of Julian Eden

Hi, I'm trying out pullstate and noticed the docs are geared towards examples and how-tos but don't have any reference section listing types / methods / properties. Is there anywhere...

documentation

Hi, I have initialValue set and it's not using it. ``` opt} getOptionLabel={opt => opt} /> ``` I even hard-coded it to `initialValue={2}` without success. Am I doing something wrong?

When I literally copy and paste the first example in the docs, it just errors out. I changed `F5` to `k` but that's all. ``` import hotkeys from 'hotkeys-js'; hotkeys('k',...

I must be doing everything wrong, even though I was following the demos to the letter. I'm just trying to make a single-column vertical carousel that displays 5 images, but...