JayChung

Results 10 issues of JayChung

Hi Andrie, I just read your post on medium recently about the SSR and Create-React-App without ejecting. It's awesome! However, the following line of code confuses me: ```js ``` I...

I discovered the `reset()` instance method in source code as follows: ```js instance.reset = function() { const direction = instance.direction; instance.passThrough = false; instance.currentTime = 0; instance.progress = 0; instance.paused...

documentation

Tab pagination issue on `Modules` and `Problems` panel. With code splitting features from webpack, I have many bundle or chunk javascript files. Many chunk files inside the `Modules` and `Problems`...

The theme key `colors` applies for css properties like **color, background-color, border-color**. But how can I apply those properties on the boxShadow? What I did for now is just to...

question

For example: ``` color #aaa123 to rgb ``` will gives you `rgb(170, 161, 35)` ``` color #aaa123 to hsl ``` will gives you `hsl(56, 66%, 40%)`

feature-request

At this moment, to display a custom control title, adding a custom `label` rather than a object key name is like this: ```js useControls({ backgroundColor: { label: 'Background', // custom...

enhancement

In conjunction with checkbox wrapped in the label element, the click event on the menu item will cause the checkbox to change. The root cause is that the dropdown menu...

Thanks for this awesome library! I meant to do some customization on the mark UI and just forked this library. I found out that there is a custom render function...

Thank you guys for making this awesome bottender pacakge! The **ZEIT** deployment tutorial inside the [Bottender deployment page](https://bottender.js.org/docs/advanced-guides-deployment) is outdated and should be Vercel, including the npm **now** pacakge.

Great library! Thank you for sharing it. I have made further enhancements by adding more customization options: #### Added `renderKey` render prop api for piano key customization This API allows...