@mediaplatform/widget-footer
v1.0.7
Published
[](https://travis-ci.org/davezuko/react-redux-starter-kit?branch=master) [](h
Readme
Widget - Component library description and how to use it
// TBD

Installation
npm i @mediaplatform/widget-name --saveUsage
- Bind it to the project without initial options.
import SimpleDemoComponent from '@mediaplatform/widget-name';
...
render () {
return (
<SimpleDemoComponent />
)
}- Bind the component with initial options.
import SimpleDemoComponent from '@mediaplatform/widget-player-profile';
...
render () {
return (
<SimpleDemoComponent options={{...}} />
)
}- The optional "options" attribute:
{
...
}Testing
// TODO Add JEST support
