Skip to content

Instantly share code, notes, and snippets.

@jquense
jquense / FormExample.js
Last active October 5, 2016 17:04 — forked from insin/FormExample.js
React Form Example / Live version: http://react-form-example.surge.sh/
import React from 'react'
import Form from 'react-formal'
import {
Alert,
Button,
Col, ControlLabel,
Form as BsForm, FormControl, FormGroup as BsFormGroup,
HelpBlock,
} from 'react-bootstrap'