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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -