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

11 lines (8 loc) 261 B
import { useElementSize } from "@hooks/useElementWidth"; import dispatch from "@lib/event.js"; const DispatchElementSize = () => { const size = useElementSize(".proca-widget"); dispatch("size", size); return null; }; export default DispatchElementSize;