Logo: React
A wrapper component around the CDN-hosted logos for each brand.
Installation
Before you can start using the @mediahuis/chameleon-react
component, you’ll need to install it, for more information check: Getting started for developers.
With that done, you’re now ready to implement the component in your application.
import { Logo } from '@mediahuis/chameleon-react';
export default function Example() {
return <Logo />;
}