bokuweb / re-bulma

[Deprecated] 💎Bulma components for React
http://bokuweb.github.io/re-bulma/
MIT License
364 stars 66 forks source link

Material-icons with <Icon></Icon> does not work as expected #89

Open ThraaxSession opened 7 years ago

ThraaxSession commented 7 years ago

Hi :)

I want to use re-bulma with material-icons like this:

<Addons>
     <Icon icon='material-icons'>face</Icon>
     <Input className="username"
          onChange={this.validateUsernameOnChange}
          color={this.state.inputusername}/>
</Addons>

I expected it looks like <Button/> instead <Icon/>but there is only white space. Even if I user className it doesn't look like with a button.

Could help please?

Thanks and best regards Gino