Saasflare UI
Components

Logo

Saasflare brand mark + wordmark with six size presets (icon hides the wordmark) and an interactive mode that wraps the mark in a next/link with hover affordance.

Installation

npx shadcn@latest add https://ui.saasflare.io/r/logo.json
pnpm add @saasflare/ui

Demo

Loading…
"use client"import { Logo } from "@saasflare/ui"/** Logo — icon-only mark plus the wordmark across size presets. */export function Demo() {    return (        <div className="flex flex-wrap items-end gap-8">            <Logo size="icon" interactive={false} />            <Logo size="sm" interactive={false} />            <Logo size="md" interactive={false} />            <Logo size="lg" interactive={false} />        </div>    )}

API Reference

Prop

Type

On this page