reactjs - React Toolbox icon displays as alternate text -
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
Post a Comment