Skip to content

Instantly share code, notes, and snippets.

@dralletje
Created November 12, 2015 23:16
Show Gist options
  • Select an option

  • Save dralletje/d24ea29ca0d345df36b5 to your computer and use it in GitHub Desktop.

Select an option

Save dralletje/d24ea29ca0d345df36b5 to your computer and use it in GitHub Desktop.
import React from 'react'
class NavBar extends React.Component {
render() {
return <div class="bootstrap-navbar" {...this.props} />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment