'use strict'; import React from 'react'; import { Button, SubmitButton, SecondaryButton, DangerButton } from '../../lib/buttons'; import Panel from 'react-bootstrap/lib/Panel'; let Buttons = React.createClass({ render() { return (

Button

import { Button, SecondaryButton, DangerButton } from './js/lib/buttons';

In the wild

This is a paragraph with that should be displayed inline

Different states

In a form

This is a form with a large submit button

In a form with multiple buttons

This is a form with many buttons

Submit nao Cancel Delete

{""}
); } }); export default Buttons;