You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@djsp/atomic-block

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@djsp/atomic-block

Plugin for atomic block

0.1.5
latest
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created

@djsp/atomic-block

file size NPM JavaScript Style Guide

Installation

@djsp/atomic-block depends on @djsp/utils which must also be installed.

npm install --save @djsp/utils @djsp/atomic-block
# or alternately
yarn add @djsp/utils @djsp/atomic-block

Usage

<EditorContainer>
  <Editor />

  <AtomicBlock type="IMAGE">
    {(props) => <Image {...props} />}
  </AtomicBlock>

  <AtomicBlock type="VIDEO">
    {(props) => <Video {...props} />}
  </AtomicBlock>
</EditorContainer>

Examples

FAQs

Package last updated on 05 Nov 2018

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