MDK Logo
ReferenceUIComponents

Branding Components

Logos, wordmarks, and brand identity elements

Components for brand identity and visual consistency.

Prerequisites

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

Components

MdkWordmark

MDK wordmark — the canonical brand lockup, rendered as inline SVG so it tints to currentColor. Use this in <[**AppHeader**](/reference/ui/components/navigation/#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