@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) • 517 B
JavaScript
;const e=require("react/jsx-runtime"),o=require("react"),n=require("semantic-ui-react"),t=require("@devgateway/wp-react-lib"),s=require("react-intl");class i extends o.Component{componentDidMount(){}render(){const{children:l,fixed:u,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=s.injectIntl(i);module.exports=c;