1.8.3 • Published 5 years ago

reporting-sdk-demo v1.8.3

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

reporting-sdk-demo

GitHub package.json version npm (tag) install size

Reporting SDK Demo as NPM package

Install

$ npm i -S reporting-sdk-demo

Usage

Import Dashboard component where you want to use it:

import Dashboard from "reporting-sdk-demo";

Then just render it:

<Dashboard />

Props

PropDescriptionDefault value
colorSets background colorblue
widthSets width100
heightSets height100
textSets inner textempty string

Example

import React, { Component } from "react";
import Dashboard from "reporting-sdk-demo";

class App extends Component {
  render() {
    return (
        <Dashboard height={150} color="red" text="Hello World!" />
    );
  }
}

export default App;
1.8.3

5 years ago

1.8.2

5 years ago

1.8.0

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago