Closed thearabbit closed 7 years ago
I tried to use Glyphicon, but don't work
Glyphicon
import {Glyphicon, Button} from 'react-bootstrap'; <Glyphicon glyph="star" /> // or <i className="glyphicon glyphicon-remove form-control-feedback"></i>
How to solve?
No stylesheet/icon files for Glyphicon are loaded into Base, so you'll likely need to pull these in separately in order for this to work.
OK, now it work fine, after I copy fonts folder -> /public.
fonts folder -> /public
I tried to use
Glyphicon
, but don't workHow to solve?