Unknown Component

Received request from Uniform to render a component with the public ID: articleHero.

<UniformComposition /> does not have articleHero mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleHero({ image, title, introText }) {
      return (
        <div>
          ArticleHero!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleHero", component: ArticleHero })
    Props that your React component will receive
    {
      "image": "//images.ctfassets.net/dzi2asncd44t/4VtXPBP8j0AceqryZ28lM4/02691027abd5f8a6b0a88e3c50cf27c3/RS23473_2-lpr.jpg",
      "title": "James Hardie Industries celebrates grand opening of new U.S. headquarters",
      "introText": "JB Pritzker, Governor of Illinois, marked the official ribbon cutting for the new state-of-the-art Chicago office ",
      "component": {
        "type": "articleHero",
        "parameters": {
          "image": {
            "type": "image",
            "value": "//images.ctfassets.net/dzi2asncd44t/4VtXPBP8j0AceqryZ28lM4/02691027abd5f8a6b0a88e3c50cf27c3/RS23473_2-lpr.jpg"
          },
          "title": {
            "type": "text",
            "value": "James Hardie Industries celebrates grand opening of new U.S. headquarters"
          },
          "introText": {
            "type": "text",
            "value": "JB Pritzker, Governor of Illinois, marked the official ribbon cutting for the new state-of-the-art Chicago office "
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleHero.tsx"

Need more help? Check out the documentation.

Unknown Component

Received request from Uniform to render a component with the public ID: articleBody.

<UniformComposition /> does not have articleBody mapped to a React component yet.

To teach your app how to render this component:

  • Create a React component and register it with Uniform, for example
    function ArticleBody({ body, title }) {
      return (
        <div>
          ArticleBody!
          
        </div>
      )
    }
    
    registerUniformComponent({ type: "articleBody", component: ArticleBody })
    Props that your React component will receive
    {
      "body": {
        "data": {},
        "content": [
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Chicago, IL (November 12, 2021) — ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "James Hardie Industries",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " plc (ASX: JHX; NYSE: JHX), the world’s #1 producer and marketer of high-performance fiber cement and fiber gypsum building solutions, recently celebrated the official opening of its new state-of-the-art US headquarters in Chicago, Illinois. Featuring remarks from James Hardie CEO Dr. Jack Truong and Governor JB Pritzker, the event marked a significant milestone in the global corporation’s strategic transformation to a consumer brand.\n\nThe company’s 68,000-square-foot office at 303 East Wacker overlooks Lake Michigan and the Chicago River, and supports the brand’s focus on the consumer and market-led innovation, enabled by collaboration and the cross-functional teamwork of its more than 5,000 employees around the world.\n\n“On LaSalle Street, we used to look at buildings, now we have unobstructed views of the river and of downtown Chicago. On a clear day, we can see Lake Michigan for miles, this is very intentional,” remarked Dr. Jack Truong during the ribbon cutting ceremony. “In moving to this location, we were determined to elevate and enlarge our perspective. We wanted to look beyond building exteriors, to the neighborhoods where our customers and employees live and work. We wanted to focus on the needs of the trade, of course, but also to lift our gaze to the homeowner, whose dreams we intend to fulfill.”\n\nThe state of Illinois will play a significant role in James Hardie’s transformation and continued expansion. In addition to the new corporate offices in Chicago where the company’s leadership is based, there is a James Hardie manufacturing plant in Peru, Illinois.\n\nGovernor JB Pritzker remarked, “I’m exceptionally proud to join James Hardie in celebrating the official grand opening of their new U.S. headquarters in downtown Chicago. Replanting roots in our great city only reaffirms that Illinois is a best state to build and expand a business. James Hardies’ commitment to building more with less is embedded in their approach to sustainable manufacturing. It’s this vision that builds on the manufacturing legacy of our state, as we provide impetus for the nation’s carbon-free production future. I look forward to many years of collaboration and growth.”\n\nMarking more than fifteen years of partnership with Habitat for Humanity, James Hardie leadership presented a check for $100,000 to Habitat for Humanity Chicago. In addition, company leadership recognized Veteran’s Day by presenting a check for $100,000 to the Wounded Warrior Project.\n\nWith “James Hardie” signage now prominently displayed atop 303 East Wacker, the James Hardie brand is now part of the Chicago skyline. The company is currently hiring for dozens of new roles at its new state-of-the-art office with openings across many job sectors, including IT, finance, marketing, communications, supply chain, HR, legal and more.\n \n\n",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "James Hardie Industries",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": "\nJames Hardie Industries (ASX: JHX; NYSE: JHX) is a global leader in premium building solutions that offer lasting beauty and endless design possibilities with trusted protection and low maintenance. The world’s #1 producer and marketer of high-performance fiber cement and fiber gypsum building solutions, James Hardie offers siding and accessories for every style. Extensive Hardie® products empower homeowners and building professionals to achieve the home of their dreams. The company pioneered the technology of fiber cement building products made from sustainable raw materials and continues to invest in innovation to transform the way the world builds. James Hardie operates with an inclusive company culture, and an unwavering commitment to Zero Harm. James Hardie employs a diverse global workforce of approximately 5,000 employees across operations in North America, Europe, Australia and New Zealand.\n\n \nFor more information and media resources, visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "JamesHardie.com",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": " and ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/why-james-hardie/media-resources/"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "JamesHardie.com/why-james-hardie/media-resources",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ". For investor information, please visit ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.jameshardie.com/about-us/news/ir.jameshardie.com.au"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "ir.jameshardie.com.au",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": ".\n \nConnect with James Hardie on social media:\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://linkedin.com/company/JamesHardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Linkedin.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.instagram.com/jameshardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Instagram.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.facebook.com/jameshardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Facebook.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "https://www.twitter.com/JamesHardie"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "Twitter.com/JamesHardie",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "\n \n\n",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [
                  {
                    "type": "bold"
                  }
                ],
                "value": "Forward-Looking Statements",
                "nodeType": "text"
              },
              {
                "data": {},
                "marks": [],
                "value": "\nThis Media Release contains forward-looking statements and information that are necessarily subject to risks, uncertainties and assumptions. Many factors could cause the actual results, performance or achievements of James Hardie to be materially different from those expressed or implied in this release, including, among others, the risks and uncertainties set forth in Section 3 “Risk Factors” in James Hardie’s Annual Report on Form 20-F for the year ended 31 March 2020; changes in general economic, political, governmental and business conditions globally and in the countries in which James Hardie does business; changes in interest rates; changes in inflation rates; changes in exchange rates; the level of construction generally; changes in cement demand and prices; changes in raw material and energy prices; changes in business strategy and various other factors. Should one or more of these risks or uncertainties materialize, or should underlying assumptions prove incorrect, actual results may vary materially from those described herein. James Hardie assumes no obligation to update or correct the information contained in this Media Release except as required by law.\n \nThis media release has been authorized by Mr. Jason Miele, Chief Financial Offer.\n \nEND",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "Investor/Media/Analyst Enquiries:\nAnna Collins\n \nTelephone: +61 2 8845 3356\nEmail: ",
                "nodeType": "text"
              },
              {
                "data": {
                  "uri": "mailto:media@jameshardie.com.au"
                },
                "content": [
                  {
                    "data": {},
                    "marks": [],
                    "value": "media@jameshardie.com.au",
                    "nodeType": "text"
                  }
                ],
                "nodeType": "hyperlink"
              },
              {
                "data": {},
                "marks": [],
                "value": "",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          },
          {
            "data": {},
            "content": [
              {
                "data": {},
                "marks": [],
                "value": "\nJames Hardie Industries plc is a limited liability company incorporated in Ireland with its registered office at Europa House, 2nd Floor, Harcourt Centre, Harcourt Street, Dublin 2, D02 WR20, Ireland",
                "nodeType": "text"
              }
            ],
            "nodeType": "paragraph"
          }
        ],
        "nodeType": "document"
      },
      "title": "James Hardie Industries celebrates grand opening of new U.S. headquarters",
      "component": {
        "type": "articleBody",
        "parameters": {
          "body": {
            "type": "json",
            "value": {
              "data": {},
              "content": [
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Chicago, IL (November 12, 2021) — ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "James Hardie Industries",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " plc (ASX: JHX; NYSE: JHX), the world’s #1 producer and marketer of high-performance fiber cement and fiber gypsum building solutions, recently celebrated the official opening of its new state-of-the-art US headquarters in Chicago, Illinois. Featuring remarks from James Hardie CEO Dr. Jack Truong and Governor JB Pritzker, the event marked a significant milestone in the global corporation’s strategic transformation to a consumer brand.\n\nThe company’s 68,000-square-foot office at 303 East Wacker overlooks Lake Michigan and the Chicago River, and supports the brand’s focus on the consumer and market-led innovation, enabled by collaboration and the cross-functional teamwork of its more than 5,000 employees around the world.\n\n“On LaSalle Street, we used to look at buildings, now we have unobstructed views of the river and of downtown Chicago. On a clear day, we can see Lake Michigan for miles, this is very intentional,” remarked Dr. Jack Truong during the ribbon cutting ceremony. “In moving to this location, we were determined to elevate and enlarge our perspective. We wanted to look beyond building exteriors, to the neighborhoods where our customers and employees live and work. We wanted to focus on the needs of the trade, of course, but also to lift our gaze to the homeowner, whose dreams we intend to fulfill.”\n\nThe state of Illinois will play a significant role in James Hardie’s transformation and continued expansion. In addition to the new corporate offices in Chicago where the company’s leadership is based, there is a James Hardie manufacturing plant in Peru, Illinois.\n\nGovernor JB Pritzker remarked, “I’m exceptionally proud to join James Hardie in celebrating the official grand opening of their new U.S. headquarters in downtown Chicago. Replanting roots in our great city only reaffirms that Illinois is a best state to build and expand a business. James Hardies’ commitment to building more with less is embedded in their approach to sustainable manufacturing. It’s this vision that builds on the manufacturing legacy of our state, as we provide impetus for the nation’s carbon-free production future. I look forward to many years of collaboration and growth.”\n\nMarking more than fifteen years of partnership with Habitat for Humanity, James Hardie leadership presented a check for $100,000 to Habitat for Humanity Chicago. In addition, company leadership recognized Veteran’s Day by presenting a check for $100,000 to the Wounded Warrior Project.\n\nWith “James Hardie” signage now prominently displayed atop 303 East Wacker, the James Hardie brand is now part of the Chicago skyline. The company is currently hiring for dozens of new roles at its new state-of-the-art office with openings across many job sectors, including IT, finance, marketing, communications, supply chain, HR, legal and more.\n \n\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "James Hardie Industries",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nJames Hardie Industries (ASX: JHX; NYSE: JHX) is a global leader in premium building solutions that offer lasting beauty and endless design possibilities with trusted protection and low maintenance. The world’s #1 producer and marketer of high-performance fiber cement and fiber gypsum building solutions, James Hardie offers siding and accessories for every style. Extensive Hardie® products empower homeowners and building professionals to achieve the home of their dreams. The company pioneered the technology of fiber cement building products made from sustainable raw materials and continues to invest in innovation to transform the way the world builds. James Hardie operates with an inclusive company culture, and an unwavering commitment to Zero Harm. James Hardie employs a diverse global workforce of approximately 5,000 employees across operations in North America, Europe, Australia and New Zealand.\n\n \nFor more information and media resources, visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "JamesHardie.com",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": " and ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/why-james-hardie/media-resources/"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "JamesHardie.com/why-james-hardie/media-resources",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ". For investor information, please visit ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.jameshardie.com/about-us/news/ir.jameshardie.com.au"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "ir.jameshardie.com.au",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": ".\n \nConnect with James Hardie on social media:\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://linkedin.com/company/JamesHardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Linkedin.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.instagram.com/jameshardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Instagram.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.facebook.com/jameshardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Facebook.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "https://www.twitter.com/JamesHardie"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "Twitter.com/JamesHardie",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\n \n\n",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [
                        {
                          "type": "bold"
                        }
                      ],
                      "value": "Forward-Looking Statements",
                      "nodeType": "text"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nThis Media Release contains forward-looking statements and information that are necessarily subject to risks, uncertainties and assumptions. Many factors could cause the actual results, performance or achievements of James Hardie to be materially different from those expressed or implied in this release, including, among others, the risks and uncertainties set forth in Section 3 “Risk Factors” in James Hardie’s Annual Report on Form 20-F for the year ended 31 March 2020; changes in general economic, political, governmental and business conditions globally and in the countries in which James Hardie does business; changes in interest rates; changes in inflation rates; changes in exchange rates; the level of construction generally; changes in cement demand and prices; changes in raw material and energy prices; changes in business strategy and various other factors. Should one or more of these risks or uncertainties materialize, or should underlying assumptions prove incorrect, actual results may vary materially from those described herein. James Hardie assumes no obligation to update or correct the information contained in this Media Release except as required by law.\n \nThis media release has been authorized by Mr. Jason Miele, Chief Financial Offer.\n \nEND",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "Investor/Media/Analyst Enquiries:\nAnna Collins\n \nTelephone: +61 2 8845 3356\nEmail: ",
                      "nodeType": "text"
                    },
                    {
                      "data": {
                        "uri": "mailto:media@jameshardie.com.au"
                      },
                      "content": [
                        {
                          "data": {},
                          "marks": [],
                          "value": "media@jameshardie.com.au",
                          "nodeType": "text"
                        }
                      ],
                      "nodeType": "hyperlink"
                    },
                    {
                      "data": {},
                      "marks": [],
                      "value": "",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                },
                {
                  "data": {},
                  "content": [
                    {
                      "data": {},
                      "marks": [],
                      "value": "\nJames Hardie Industries plc is a limited liability company incorporated in Ireland with its registered office at Europa House, 2nd Floor, Harcourt Centre, Harcourt Street, Dublin 2, D02 WR20, Ireland",
                      "nodeType": "text"
                    }
                  ],
                  "nodeType": "paragraph"
                }
              ],
              "nodeType": "document"
            }
          },
          "title": {
            "type": "text",
            "value": "James Hardie Industries celebrates grand opening of new U.S. headquarters"
          }
        }
      }
    }
  • Import the component into the file where <UniformComposition /> is defined, for example
    import "../components/ArticleBody.tsx"

Need more help? Check out the documentation.

Unable to find Uniform Context. Ensure the devtools plugin is activated.

logo
© 2024 James Hardie Building Products Inc. All rights reserved. ™ or ® denote trademarks or registered trademarks of James Hardie Technology Ltd.