/antd-dialog-exec

antd component for modal

Primary LanguageTypeScript

antd-dialog-exec

Ant-design command invocation dialog

NPM JavaScript Style Guide

Install

npm install --save antd-dialog-exec

Usage

import * as React from 'react'

import MyComponent from 'antd-dialog-exec'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © 1021683053