1.0.3-beta.0 • Published 4 years ago

@imi-shared/shorthand-article-body v1.0.3-beta.0

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

Shorthand Article Body Element

How do I use it?

This component is intended to be used to render a Shorthand custom embed power-up within an article body. You can incorporate this component into an article by passing in a shorthand embed url.

Usage

Upon importing the component to your repo, you can return the component with the Shorthand embedURL prop to render the Shorthand Component.

import ShorthandArticleBody from '@imi-shared/shorthand-article-body';
...
<ShorthandArticleBody embedURL={shorthand_embed_url}/>