0.1.54 • Published 4 years ago

radio-sdk-react-js v0.1.54

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

radio-sdk-react-js

execute library execution-input

NPM JavaScript Style Guide

Install

npm i --save radio-sdk-react-js

Usage

import React from 'react'

import {RadioSDK} from 'radio-sdk-react-js/lib/index'
const App = () => {
  return (
    <div>
      <RadioSDK theme={materialUiTheme} />
    </div>
  )
};

export default App;

Available Scripts

In the project directory, you can run:

yarn test

Launches the test runner in watch mode.