Skip to content

Instantly share code, notes, and snippets.

@linkesch
Last active July 15, 2024 11:35
Show Gist options
  • Save linkesch/01ee97bd30d0764c06968e1e7f70bc91 to your computer and use it in GitHub Desktop.
Save linkesch/01ee97bd30d0764c06968e1e7f70bc91 to your computer and use it in GitHub Desktop.
Maker enhance integration example
import React from 'react';
import MakerEnhance from 'maker-enhance';
export default function Content() {
return (
<div>
<MakerEnhance user="[user]" instanceId="header" loadingHeight={400} />
<MakerEnhance user="[user]" instanceId="main" />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment