hirohe

Results 4 issues of hirohe

knowing the id return by play function is generated by Counter as _**number**_. and the seek function can take 1 _**number**_ argument as id Or seek number, it is confused...

I use plugin [gatsby-plugin-uninline-styles](https://www.gatsbyjs.com/plugins/gatsby-plugin-uninline-styles) to un-inline CSS from generated HTML files. but with `gatsby-plugin-material-ui`, it cannot un-inline style tags from html file. I found that it is because `gatsby-plugin-material-ui` do...

**Is your feature request related to a problem? Please describe.** I am try to enable tsx support in editor, following this [gist](https://gist.github.com/RoboPhred/f767bea5cbc972e04155a625dc11da11), and the file of own model should having...

**Is your feature request related to a problem? Please describe.** 组件有`customize`的属性来实现各个组件的样式自定义,不过没有从文档看到是否有全局配置组件自定义样式的方式 **Describe the solution you'd like** 依靠`React Context`组件来注入自定义的配置 ```jsx const config = { Stepper: { // ... Stepper customize },...

enhancement
feature
proposal