import './demo1.scss'; import Balloon from '..'; import Button from '../../button'; import React from 'react'; import ReactDOM from 'react-dom'; const Tooltip = Balloon.Tooltip; 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 = () => (
text text text text text text
text text text text text text
text text text text text text
text text text text text text
); ReactDOM.render(, document.getElementById('balloon-demo-1'));