Skip to content

Instantly share code, notes, and snippets.

export const CustomElements = () => (
<div style={{ position: 'absolute', top: 0, bottom: 0, left: 0, right: 0 }}>
<Canvas
nodes={[
{
id: '2',
text: 'Mother',
data: {
"gender": "female"
}