UNPKG

@proca/widget

Version:

Proca is an open-source campaign toolkit designed to empower activists and organisations in their digital advocacy efforts. It provides a flexible and customisable platform for creating and managing online petitions, email campaigns, and other forms of di

17 lines (14 loc) 289 B
import React from "react"; import ReactDOM from "react-dom"; import TestBackground from "../images/Test.js"; const Test = () => { const dom = document.body; return ReactDOM.createPortal( <> <TestBackground /> AAAAAA{" "} </>, dom ); }; export default Test;