const data = props.data; // YOUR EVENT TEMPLATE HERE return ( <> <div>THIS IS AN EVENT</div> <div>{JSON.stringify(data)}</div> </> );