How to use the react-impression.Notification.info function in react-impression

To help you get started, we’ve selected a few react-impression examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github NewDadaFE / generator-react-impression / app / templates / src / home / container.js View on Github external
componentDidMount() {
    Notification.info({
      closeable: false,
      title: '通知',
      message: '欢迎,这是一个Info通知。',
    })
  }

react-impression

UI Components with React.

MIT
Latest version published 5 years ago

Package Health Score

45 / 100
Full package analysis

Popular react-impression functions