1.0.3 • Published 5 years ago

splunk-common-login-widget v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

splunk-common-login-widget

Login component for Splunk

NPM JavaScript Style Guide

Install

npm install --save splunk-common-login-widget

Usage

import React, { Component } from 'react'

import SplunkLoginComponent from 'splunk-common-login-widget'

class Example extends Component {
  render () {
    return (
      <SplunkLoginComponent authorizeEndpoint=’https://xxx.endpoint' />
    )
  }
}

License

MIT © prajendra

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago