reactjs - React Toolbox icon displays as alternate text -


enter image description here

i trying use button icon.

<button icon="add" floating accent mini /> 

i tried use icons in different components. nothing worked out.

<fonticon value='add' />

above code rendered text.

import {button, iconbutton} 'react-toolbox/lib/button';  <iconbutton icon="add" floating accent mini /> 

here complete reference: http://react-toolbox.com/#/components/button


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -