Components

App Brand

A compact TanStack Router brand link with a semantic icon, app name, and subtitle.

Install
Add this registry item to your app with shadcn.
bunx --bun shadcn@latest add https://krakstack.net/r/app-brand.json

Overview

app-brand provides a small reusable brand link for app shells, home page headers, and navigation chrome. It keeps the icon container, label, and subtitle visually consistent across pages.

Usage

import { AppBrand } from "@/components/ui/app-brand";
import { Blocks } from "lucide-react";

<AppBrand label="Krakstack" subtitle="Documentation" icon={Blocks} />
Dependencies
Packages and shadcn components required by this registry item.