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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -