1.0.1-beta.0 • Published 3 years ago

@imi-shared/apester-article-body v1.0.1-beta.0

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

Apester Article Body Element

How do I use it?

This component is intended to be used to render an Apester custom embed power-up within an article body. You can incorporate this component to an article page by providing an Apester media ID.

Usage

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

import ApesterArticleBody from '@imi-shared/apester-article-body';
...
<ApesterArticleBody mediaId={apester_media_id}/>