UNPKG

@nexusui/components

Version:

These are custom components specially-developed for NexusUI applications. They will make your life easier by giving you out-of-the-box implementations for various high-level UI elements that you can drop directly into your application.

3 lines (2 loc) 781 B
"use client"; import{jsx as e}from"react/jsx-runtime";import t from"./Footer.component.js";import o from"./locale.json.js";import{useTranslate as r}from"../locales/index.js";import{toggleOneTrustCookieDialog as n}from"../OneTrust/OneTrust.container.js";const i=o=>e(t,{...o}),s=({links:i=[],...s})=>{const c=r(o);return e(t,{...s,links:[{title:c("Website Terms of Use"),href:"https://hexagon.com/legal/terms-of-use"},{title:c("Cloud Services Agreement"),href:"https://legaldocs.hexagon.com/manufacturing-intelligence/MI%20Current/HMI%20Cloud%20Services%20Agreement.pdf"},{title:c("Privacy Notice"),href:"https://hexagon.com/legal/mi-privacy-notice"},...window.OneTrust?[{title:c("Cookie Preferences"),onClick:n}]:[],...i]})};export{i as FooterContainer,s as SmartFooterContainer};