nw-dialog1

2.2.4 • Public • Published

nw-dialog

对话框组件

最基础的对话框组件,只负责布局,样式可以定制

安装

$ yarn add nw-dialog

example

class App extends Component {
    render() {
        return (
            <Dialog {...props}>
                <div className="goldenDialog">
                    {children}
                    <div className="dialog-footer"><button onClick={props.requestClose} type="button" className="dialog-button">我知道了</button></div>
                </div>
            </Dialog>
        )
    }
}

API

Dialog

Dialog

Kind: global class

Readme

Keywords

none

Package Sidebar

Install

npm i nw-dialog1

Weekly Downloads

1

Version

2.2.4

License

none

Unpacked Size

44 kB

Total Files

13

Last publish

Collaborators

  • luofeiyue
  • whiskeyi
  • yousy
  • guoyeeg
  • azgaga
  • liushichuan
  • yaochen
  • shenyuan
  • aflyermin
  • ignous
  • jeekdong
  • yun77op