themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

Glyphicon don't work #241

Closed thearabbit closed 7 years ago

thearabbit commented 7 years ago

I tried to use Glyphicon, but don't work

import {Glyphicon, Button} from 'react-bootstrap';

<Glyphicon glyph="star" />
// or              
<i className="glyphicon glyphicon-remove form-control-feedback"></i>

How to solve?

themeteorchef commented 7 years ago

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.

thearabbit commented 7 years ago

OK, now it work fine, after I copy fonts folder -> /public.