MDK Logo

Branding Components

Logos, wordmarks, and brand identity elements

Components for brand identity and visual consistency.

Prerequisites

  • Complete the installation

  • Add the dependency to your app's package.json
{
  "dependencies": {
    "@tetherto/mdk-react-devkit": "*",
    "@tetherto/mdk-react-adapter": "*",
    "@tetherto/mdk-ui-foundation": "*"
  }
}

Run npm install from the mdk/ui workspace root after your app is under apps/ so npm links workspace packages.

  • Import styles: import '@tetherto/mdk-react-devkit/styles.css'

Components

@tetherto/mdk-react-devkit

Import the public APIs on this page from @tetherto/mdk-react-devkit.

MdkWordmark

MDK wordmark — the canonical brand lockup, rendered as inline SVG so it tints to currentColor. Use this in <AppHeader> (via the logo slot) or anywhere else the brand should appear.

agent-ready

Props

PropTypeRequiredDefaultDescription
sizeMdkWordmarkSize | undefined-Visual size of the wordmark. sm ≈ 24px tall, md ≈ 32px, lg ≈ 64px.
classNamestring | undefined-Optional class hook on the outer <svg>.
titlestring | undefined-Accessible label. Defaults to "MDK".

On this page