UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

2 lines (1 loc) 613 B
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=require("react"),n=require("semantic-ui-react"),t=require("@devgateway/wp-react-lib"),i=require("react-intl");class s extends o.Component{componentDidMount(){}render(){const{children:u,fixed:a,location:d,intl:{locale:r}}=this.props;return e.jsx(n.Container,{fluid:!0,className:"viz footer",children:e.jsx(t.PageProvider,{locale:r,slug:"footer",store:"footer",children:e.jsx(t.PageConsumer,{children:e.jsx(t.Page,{})})})})}}const c=i.injectIntl(s);exports.default=c;