Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can add additional bootstrap 3 components #5

Open
gaubert opened this issue Aug 9, 2015 · 2 comments
Open

can add additional bootstrap 3 components #5

gaubert opened this issue Aug 9, 2015 · 2 comments

Comments

@gaubert
Copy link

gaubert commented Aug 9, 2015

I am new to React and Electron but I do not seem to be able to add new boostrap components.
For instance I try to add

Learn more

which is then rendered as a simple link. Did I miss something. Thanks for the explanations.

@gaubert
Copy link
Author

gaubert commented Aug 9, 2015

I further checked and saw also that the glyphicons were not loaded in your application. Would really appreciate if you could help me

@gaubert
Copy link
Author

gaubert commented Aug 9, 2015

Ok I did find a way. There was no boostrap import in your project. In index.html I have added this:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

And now it works. I wans see the bootstrap components. There is probably a better way to import bootstrap but now it is working and I can continue my investigatons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant