1.0.7 • Published 4 years ago

@mediaplatform/widget-footer v1.0.7

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

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

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago