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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -