MiHCM
primitives/@mihcm/ui·v0.21.0·stable

Logo

Reusable MiHCM logo primitive. Built-in tokenized mark plus approved brand assets that scale through the shared size prop. Universal across web and native.

Live preview

Adjust the controls on the right; the preview and code update in real time.

MiHCM
example.tsxtsx
import { Logo } from '@mihcm/ui/Logo';

export function Example() {
  return (
    <Logo
      brand="mihcm"
      assetVariant="primary"
      size="md"
      alt="MiHCM"
    />
  );
}

Install

Both paths are valid. CLI ships the source into your repo (you own it). Install pins via npm.

npx @mihcm/cli add Logo
Copies the source into components/ds/Logo.tsx. You own the file. Use --out to override the directory or --force to overwrite.