import React from 'react';
import {
Container,
Row,
Col,
Card,
CardTitle,
CardBody,
Button,
InputGroup,
InputGroupAddon,
CustomInput,
Form,
FormGroup,
Label,
Input,
FormText
} from './../../../components';
import { HeaderMain } from "../../components/HeaderMain";
import { HeaderDemo } from "../../components/HeaderDemo";
const FormsLayouts = () => (
{ /* START Header 1 */}
Create horizontal forms with the grid by adding the
.row class to form groups and using the .col-*-* classes
to specify the width of your labels and controls.
)}
/>
{ /* END Header 1 */}
{ /* START Section 1 */}
Forms Horizontal: Basic Example
#1.01
{ /* START Form */}
{ /* END Form */}
Forms Without Labels: Preview Example #1.03
#1.03
{ /* START Form */}
{ /* END Form */}
Forms Vertical: Preview Example
#1.02
{ /* START Form */}
{ /* END Form */}
{ /* END Section 1 */}
{ /* START Header 2 */}
Form controls within inline forms vary slightly from their default states.
)}
/>
{ /* END Header 2 */}
{ /* START Section 2 */}
Forms Inline: Preview Example
#2.01
{ /* START Form */}
{ /* END Form */}
{ /* END Section 2 */}
);
export default FormsLayouts;