Artem Sapegin

Results 244 comments of Artem Sapegin

@kof What about merging with custom styles and passing theme object?

Components without `Renderer` are “containers”: ``` function Button(props) { const stuff = do something with props return ; } ``` `Renderer`s contains only HTML so users could easily change style...

And of course I don’t want to write `ButtonContainer` instead of `Button` everywhere ;-)

Because I don’t want users to do that when they override our components.

Then let’s make fast now and then we’ll se if we can switch to react-jss :shipit:

@kof Yup, you should have commit right now. Welcome to the club but don’t talk about it ;-)

I’ve added a few — feel free to suggest more 🦄

@haquezameer Awesome! I'm sure most of the todo items weren't done yet.

@dhuang612 sure, there's never too many tests.

We can't guarantee that locations or APIs of internal component will never change, and we can't treat them as breaking change ether. Feel free to send a pull request to...