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

9 lines (7 loc) 270 B
import React from "react"; import { useCampaignConfig } from "@hooks/useConfig"; import CounterI from "@components/Counter"; export default function Counter() { const config = useCampaignConfig(); return <CounterI actionPage={config.component.eci.actionpage} />; }