Find our products near you
Find retailers, distributors, and dealers near you who carry Hardie® fiber cement products, backer board, weather barriers, and accessories.
Unknown Component
Received request from Uniform to render a component with the public ID: dealerLocator.
<UniformComposition /> does not have dealerLocator 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 DealerLocator({ disclaimerText }) { return ( <div> DealerLocator! </div> ) } registerUniformComponent({ type: "dealerLocator", component: DealerLocator })Props that your React component will receive
{ "disclaimerText": "Product availability might vary by retailer. Get in touch with your local dealer to confirm stock.", "component": { "type": "dealerLocator", "parameters": { "disclaimerText": { "type": "text", "value": "Product availability might vary by retailer. Get in touch with your local dealer to confirm stock." } } } } - Import the component into the file where
<UniformComposition />is defined, for exampleimport "../components/DealerLocator.tsx"
Need more help? Check out the documentation.
Unable to find Uniform Context. Ensure the devtools plugin is activated.