import Balloon from '..';
import Button from '../../button';
import React from 'react';
import ReactDOM from 'react-dom';
const Demo = () => (
Balloon with Title} align="br" >
First performed around 1600, Hamlet tells the story of a prince whose duty to revenge his father's death entangles him in philosophical problems he can't solve.
Balloon with Title} align="br" closable={true}>
First performed around 1600, Hamlet tells the story of a prince whose duty to revenge his father's death entangles him in philosophical problems he can't solve.
);
ReactDOM.render(, document.getElementById('balloon-demo-4'));