Logo
The Hover logo mark, rendered as an SVG with a fixed viewBox of 0 0 52 14.
React Native
import { Logo } from '@hoverinc/design-system-react-native';
<Logo width={104} height={28} />;Common Mistakes
fillis the color prop — it resolves through the same token system ascolor(pass a token likefill="$color"orfill="$primary500"), not a raw prop you'd only ever pass a literal hex value to.- The
viewBoxis fixed at a 52:14 aspect ratio. Setwidth/heighttogether to scale it proportionally — setting only one dimension distorts the mark.