Skip to content

tijmenvangulik/react-bootstrap

 
 

Repository files navigation

react-bootstrap-babel-6

Fork of the react-bootstrap project which compiles the to babel-6 compatible javascript in the lib directory. This is needed when you want to use react-bootstrap in combination with babel-6 libraries or use ES6 imports in typescript 1.8.9 (typescript is only babel-6 compatible not babel-5)

For now I only have the following commands working

npm install
npm build

The above places the new style files in the lib directory

webpack does not yet work so the file in the dist folder is still old. However you can just use the files in lib folder in your project an run webpack or a different tool to combine the sources.

ES6 typescript definitions are located in:

typings/react-bootstrap/react-bootstrap.d.ts

Original Readme

Bootstrap 3 components built with React.

Travis Build Status Build status Coverage Status
Discord Thinkful
NPM version Bower version
Dependency Status devDependency Status peerDependency Status

Under active development - APIs will change. Check out the 1.0.0 Roadmap and Contributing Guidelines to see where you can help out. Prior to the 1.0.0 release, deprecations or breaking changes should result in a Minor version bump.

Docs

See the documentation with live editable examples.

Related modules

Local Setup

  • Install the dependencies with npm install
  • Run tests npm test
  • Run tests in watch mode npm run test-watch
  • Run the docs site in development mode with npm run docs. This will watch for file changes as you work. Simply refresh the page to see the updates.
  • Build with npm run build

Contributions

Yes please! See the contributing guidelines for details.

About

Bootstrap 3 components built with React ported to babel 6 for typescript

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%