1.0.3 • Published 2 years ago

@cloudmlm/kendo-notification v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@cloudmlm/kendo-notification

kendo-notification is a custom library made with ReactJS and Kendo, which provides features to pass all the required details like, message to show, redirect URL where the page will be navigated and a bit value by which component decides whether to navigate to a different URL or not. In the usage section you can find one simple reference for it.

NPM JavaScript Style Guide

Install

npm install --save @cloudmlm/kendo-notification

Usage

import React, { Component } from 'react'

import {Notification} from '@cloudmlm/kendo-notification'

class Example extends Component {
  render() {
    return <Notification isNotification={isNotification} response={response} redirectURL={redirectURL} isPageRedirectAfterSuccess={isPageRedirectAfterSuccess} history={history}  />
  }
}

License

MIT ©