import React from 'react' import Popover from './popover' import { Button } from '../button' const renderPopup = () => { return (
啦啦啦啦啦啦啦啦啦啦啦
啦啦啦啦啦啦啦啦啦啦啦
啦啦啦
) } export const ComPopover = () => (
四种行为 focus click hover realFocus
各种位置
偏移位置
加角标
disabled
) export default { title: '反馈/Popover', }