@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
15 lines (14 loc) • 447 B
JavaScript
import FAB from "./components/FAB";
import ProcaRoot from "./components/ProcaRoot";
import ProgressCounter from "./components/ProgressCounter";
import Register from "./components/Register";
import Share from "./components/Share";
import Twitter from "./components/Twitter";
import init from "./lib/init";
export { FAB };
export { Register };
export { ProgressCounter };
export { Share };
export { Twitter };
export { ProcaRoot };
export { init };