1.0.2-beta.0 • Published 3 years ago

@imi-shared/scribble-article-body v1.0.2-beta.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Scribble Article Body Component

How do I use it?

This component is intended to be used to render a Scribble custom embed power-up within an article body. You can incorporate this component into an article by passing in a scribble account id and embed id.

Usage

Upon importing the component to your repo, you can return the component with the Scribble accountId and embedId prop to render the Scribble Component.

import ScribbleArticleBody from '@imi-shared/scribble-article-body';
...
<ScribbleArticleBody accountId={scribble_account_id} embedId={scribble_embed_id} />