@imi-shared/apester-article-body
v1.0.1-beta.0
Published
initial Apester article body component
Downloads
3
Readme
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}/>