3.1.2 • Published 2 years ago

bee-popover v3.1.2

Weekly downloads
184
License
MIT
Repository
github
Last release
2 years ago

bee-popconfirm

npm version Build Status Coverage Status

Browser Support

IEChromeFirefoxOperaSafari
IE 9+ ✔Chrome 31.0+ ✔Firefox 31.0+ ✔Opera 30.0+ ✔Safari 7.0+ ✔

react bee-popconfirm component for tinper-bee

some description...

使用方法

const popoverLeft = (
  <Popconfirm id="popover-positioned-left" title="左侧弹出">
    您喜欢使用tinper-bee组件库吗?
  </Popconfirm>
);

class Demo extends Component {
    render () {
        return (
              <OverlayTrigger trigger="click" placement="left" overlay={popoverLeft}>
                <Button colors="primary">向左!</Button>
              </OverlayTrigger>
        )
    }
}

样式引入

  • 可以使用link引入build目录下Popconfirm.css
<link rel="stylesheet" href="./node_modules/bee-popconfirm/build/Popconfirm.css">
  • 可以在js中import样式
import "./node_modules/bee-popconfirm/src/Popconfirm.scss"
//或是
import "./node_modules/bee-popconfirm/build/Popconfirm.css"

API

参数说明类型默认值
id标示弹出层string/number-
title卡片标题string/ReactNode-
content卡片内容string/ReactNode-
placement弹出位置可选 top left right bottom topLeft topRight bottomLeft bottomRight leftTop leftBottom rightTop rightBottomright
positionTop弹出框向上偏移量string/number-
positionLeft弹出框向左偏移量string/number-
container容器ReactNode/functionbody
trigger触发现实和隐藏的事件类型click/hover/focushover
show控制显示和隐藏bool-
defaultOverlayShown默认显示的状态boolfalse
onHide隐藏时的回调function-

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/bee-popconfirm
$ cd bee-popconfirm
$ npm install
$ npm run dev
3.1.2

2 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.6-alpha.0

4 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.4-alpha.0

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.1-alpha.1

5 years ago

3.0.1-alpha.0

5 years ago

3.0.0

5 years ago

3.0.0-alpha.3

5 years ago

3.0.0-alpha.2

5 years ago

3.0.0-alpha.1

5 years ago

3.0.0-alpha.0

5 years ago

2.0.2

5 years ago

2.0.2-alpha.0

5 years ago

2.0.1

5 years ago

2.0.1-alpha.5

5 years ago

2.0.1-alpha.4

5 years ago

2.0.1-alpha.3

5 years ago

2.0.1-alpha.2

5 years ago

2.0.1-alpha.1

5 years ago

2.0.1-alpha.0

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

7 years ago