@mediaplatform/widget-footer

1.0.7 • Public • Published

Widget - Component library description and how to use it

Build Status js-standard-style

// TBD

Alt text

Installation

    npm i @mediaplatform/widget-name --save

Usage

  • 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

Readme

Keywords

none

Package Sidebar

Install

npm i @mediaplatform/widget-footer

Weekly Downloads

0

Version

1.0.7

License

none

Unpacked Size

29.5 kB

Total Files

4

Last publish

Collaborators

  • mediaplatform