Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@times-stories/inline-brightcove-page

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@times-stories/inline-brightcove-page

> The inline brightcove video page for the `@times-stories` suite of packages

latest
npmnpm
Version
1.1.2
Version published
Maintainers
2
Created
Source

@times-stories/inline-brightcove-page

The inline brightcove video page for the @times-stories suite of packages

Installation

$ yarn add @times-stories/inline-brightcove-page

Usage

import Story from "@times-stories/story";
import Page from "@times-stories/page";
import InlineBrightcovePage from "@times-stories/inline-brightcove-page";
import { Paragraph } from "@times-stories/text-elements";

export default () => (
  <Story>
    <Page>
      {props => (
        <InlineBrightcovePage
          {...props}
          backgroundImage={{
            src: backgroundImage,
            focusPoint: {
              x: 50,
              y: 50
            }
          }},
          video: {
            accountId: "5436121856001",
            playerId: "H1xC44NNKb",
            videoId: "6010720526001",
          },
        >
          <Paragraph>
            Lorem ipsum dolor sit amet, eripuit elaboraret ius ex, cu suas falli
            ubique mea, his eu nisl ubique verterem. An eros sale qui, unum
            singulis philosophia nec et.
          </Paragraph>
        </InlineBrightcovePage>
      )}
    </Page>
  </Story>
);

FAQs

Package last updated on 07 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts