https://github.com/saada/reactjs-bootstrap
Simple ReactJS components for Bootstrap 3.
https://github.com/saada/reactjs-bootstrap
Last synced: over 1 year ago
JSON representation
Simple ReactJS components for Bootstrap 3.
- Host: GitHub
- URL: https://github.com/saada/reactjs-bootstrap
- Owner: saada
- License: mit
- Created: 2014-01-26T06:29:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T20:32:06.000Z (about 12 years ago)
- Last Synced: 2024-11-22T03:32:33.967Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://saada.github.io/reactjs-bootstrap
- Size: 3.46 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS PROJECT IS DEAD, PLEASE USE https://github.com/stevoland/react-bootstrap instead
React :heart: Bootstrap
=================
Simple ReactJS components for Bootstrap 3
[Github Page](http://saada.github.io/reactjs-bootstrap/ "ReactJS-Bootstrap")
###Everything you need to know is in the jsx/demo.jsx
The goal of this repo is to make writing Bootstrap markup fun and intuitive with readable syntax. If there's a feature you want, you're more than welcome to contribute pull-requests. Please submit any issues you face!
# Installation
Just include the script in your html and you're good to go!
# Implemented components (JSX Examples)
##Jumbotron
React + Bootstrap
This is a Jumbotron
##Buttons
Click Me!
Danger
Success
##Button Groups
Default
Danger
Success
##Button Toolbar
##Glyphicons
##Dropdowns
My Header
I am disabled
My Other Header
Hey! Click me!
##Input Groups
Search!
#Helpers
Equivalent to `
`
...