Skip to content

Commit

Permalink
Update demo to use Bootstrap 4
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Nov 21, 2017
1 parent 0516006 commit 1103e64
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bootstrap-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion demo/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class NoFilter extends React.Component {

class App extends React.Component {
render() {
return <div className="container">
return <div className="container mb-5">
<div className="row header">
<div className="col-md-12">
<h1><a href="https://github.com/insin/react-filtered-multiselect">React &lt;FilteredMultiSelect/&gt;</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": ">=0.14.9"
},
"devDependencies": {
"bootstrap": "3.3.x",
"bootstrap": "^4.0.0-beta.2",
"eslint-config-jonnybuchanan": "5.0.x",
"nwb": "0.16.x",
"react": "15.x",
Expand Down

0 comments on commit 1103e64

Please sign in to comment.