import Balloon from '..'; import Button from '../../button'; import React from 'react'; import ReactDOM from 'react-dom'; const top = ( ); const right = ( ); const bottom = ( ); const left = ( ); const topLeft = ( ); const topRight = ( ); const rightTop = ( ); const rightBottom = ( ); const bottomLeft = ( ); const bottomRight = ( ); const leftTop = ( ); const leftBottom = ( ); const App = () => (
balloon content balloon content balloon content
balloon content balloon content balloon content
balloon content balloon content balloon content
balloon content balloon content balloon content
); ReactDOM.render(, document.getElementById('balloon-demo-7'));