0.1.3 • Published 4 years ago

radio-sdk v0.1.3

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

radio-sdk

execute library execution-input

NPM JavaScript Style Guide

Install

npm i --save radio-sdk

Usage

import React from 'react'

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

export default App;