Cody Pearce

Results 17 comments of Cody Pearce

This is the icon I get when I use it ![546b1fd8-d157-11e6-9714-ac130092b9c7](https://cloud.githubusercontent.com/assets/12564956/22670619/3b49da30-ec87-11e6-906c-3f1c2d36f293.png)

Including material icons as a cdn according to these [instructions ](http://google.github.io/material-design-icons/)and using query-builder in an i element with a class material icons Here's a codepen illustrating http://codepen.io/codypearce/pen/BpOPEZ

@alburdette619 tests seem to be failing

![Storybook 2019-10-13 21-52-53](https://user-images.githubusercontent.com/12564956/66730032-dce7c480-ee03-11e9-87d0-d63d1e050e90.png) The line height seems to be pushing the text a little to high on web

I'm having trouble reproducing this, I copied your component and put it into a storybook story on an Iphone 11 Pro Max simulator running IOS 13 and this is what...

Interesting > adding a fab to an empty component So it's just the , no other components?

@thyagarajarahul I'm having trouble reproducing this on iOS, Android, Electron, and the Web: Please follow the issue template so I can debug this: What device and OS are you using?...

![TextFieldFlat js — material-bread 2019-10-13 23-33-13](https://user-images.githubusercontent.com/12564956/66732717-dbbd9400-ee11-11e9-8c11-5cdbd9111b28.png) For refs, we are spreading the all additional props onto the TextInput element, that should allow for a custom ref. I agree toggling `focused`...

Is this a component you made or is this from something else? It would be neat to add it to the library

@omenking Using Drawer type `permanent` and putting the `Appbar` within the the `appbar` prop puts `Appbar` within in the page content div. And it looks like that page content div...