Skip to content
SevenUI
Sign in

Toolbar

Free, copy-and-go Toolbar components built on the SevenUI Toolbar primitive.Read the primitive docs.

npx shadcn@latest add @sevenui/component/toolbar-01pnpm dlx shadcn@latest add @sevenui/component/toolbar-01yarn dlx shadcn@latest add @sevenui/component/toolbar-01bunx --bun shadcn@latest add @sevenui/component/toolbar-01
Compact28px targets
Default32px targets
Comfortable40px targets
npx shadcn@latest add @sevenui/component/toolbar-02pnpm dlx shadcn@latest add @sevenui/component/toolbar-02yarn dlx shadcn@latest add @sevenui/component/toolbar-02bunx --bun shadcn@latest add @sevenui/component/toolbar-02
OutlineBorder and hairline shadow
GhostNo chrome until hover
FilledMuted well, raised hover
FloatingElevated pill over content
InvertedHigh-contrast primary surface
npx shadcn@latest add @sevenui/component/toolbar-03pnpm dlx shadcn@latest add @sevenui/component/toolbar-03yarn dlx shadcn@latest add @sevenui/component/toolbar-03bunx --bun shadcn@latest add @sevenui/component/toolbar-03
Pricing pages that convertShipping Notes · Episode 112
x
12:34-29:44
npx shadcn@latest add @sevenui/component/toolbar-04pnpm dlx shadcn@latest add @sevenui/component/toolbar-04yarn dlx shadcn@latest add @sevenui/component/toolbar-04bunx --bun shadcn@latest add @sevenui/component/toolbar-04

Quarterly revenue grew 18% on the back of the new annual plans.

Bold · Aligned left

npx shadcn@latest add @sevenui/component/toolbar-05pnpm dlx shadcn@latest add @sevenui/component/toolbar-05yarn dlx shadcn@latest add @sevenui/component/toolbar-05bunx --bun shadcn@latest add @sevenui/component/toolbar-05
Viewers can read Q3 Forecast but not change it.
npx shadcn@latest add @sevenui/component/toolbar-06pnpm dlx shadcn@latest add @sevenui/component/toolbar-06yarn dlx shadcn@latest add @sevenui/component/toolbar-06bunx --bun shadcn@latest add @sevenui/component/toolbar-06

All changes saved locally.

npx shadcn@latest add @sevenui/component/toolbar-07pnpm dlx shadcn@latest add @sevenui/component/toolbar-07yarn dlx shadcn@latest add @sevenui/component/toolbar-07bunx --bun shadcn@latest add @sevenui/component/toolbar-07
Inbox
  • Stripe9:42 AM
    Unread: Your payout of $4,812.40 is on its way
  • Priya Raman8:15 AM
    Unread: Re: Onboarding checklist for the Lisbon team
  • VercelYesterday
    Deployment failed on main (build step)
  • Marcus HoltMon
    Contract redlines, second pass
2 unread
npx shadcn@latest add @sevenui/component/toolbar-08pnpm dlx shadcn@latest add @sevenui/component/toolbar-08yarn dlx shadcn@latest add @sevenui/component/toolbar-08bunx --bun shadcn@latest add @sevenui/component/toolbar-08

Team members

5 of 8 seats used on the Team plan.

  • AO
    Amara Okaforamara@northwind.io
    Owner
  • DB
    Daniel Brooksdaniel@northwind.io
    Admin
  • LF
    Lena Fischerlena@northwind.io
    Member
  • KW
    Kenji Watanabekenji@northwind.io
    Invited
  • SM
    Sofia Marinosofia@northwind.io
    Admin
npx shadcn@latest add @sevenui/component/toolbar-09pnpm dlx shadcn@latest add @sevenui/component/toolbar-09yarn dlx shadcn@latest add @sevenui/component/toolbar-09bunx --bun shadcn@latest add @sevenui/component/toolbar-09
  • Press kitFolder
  • Budget forecast.xlsx212 KB
  • Email sequence.docx31 KB
  • Hero banner.png1.8 MB
  • Launch brief.docx48 KB

5 items · 2.1 MB of 15 GB used

npx shadcn@latest add @sevenui/component/toolbar-10pnpm dlx shadcn@latest add @sevenui/component/toolbar-10yarn dlx shadcn@latest add @sevenui/component/toolbar-10bunx --bun shadcn@latest add @sevenui/component/toolbar-10
  1. Mon22
    Weekly sync with Northwind09:30 · 45 min
  2. Fri26
    Release 4.2 go/no-go16:00 · 45 min
npx shadcn@latest add @sevenui/component/toolbar-11pnpm dlx shadcn@latest add @sevenui/component/toolbar-11yarn dlx shadcn@latest add @sevenui/component/toolbar-11bunx --bun shadcn@latest add @sevenui/component/toolbar-11

Unique visitors · Last 7 days

23,020

Unique visitors by period: Mon 3,120, Tue 3,480, Wed 2,980, Thu 4,210, Fri 4,630, Sat 2,410, Sun 2,190
npx shadcn@latest add @sevenui/component/toolbar-12pnpm dlx shadcn@latest add @sevenui/component/toolbar-12yarn dlx shadcn@latest add @sevenui/component/toolbar-12bunx --bun shadcn@latest add @sevenui/component/toolbar-12
  1. Hi, I was charged twice for my Pro upgrade this morning. Order number 48213.
npx shadcn@latest add @sevenui/component/toolbar-13pnpm dlx shadcn@latest add @sevenui/component/toolbar-13yarn dlx shadcn@latest add @sevenui/component/toolbar-13bunx --bun shadcn@latest add @sevenui/component/toolbar-13
src/billing/proration.ts+4 -3
Unified diff of src/billing/proration.ts
1212 export function prorate(
1313 plan: Plan,
14- days: number,
14+ period: BillingPeriod,
1515 ): number {
16- const daily = plan.price / period.days;
16+ const daily = plan.price / period.days;
17- return Math.round(daily * days);
17+ const cents = daily * period.remaining;
18+ return Math.round(cents * 100) / 100;
1819 }
npx shadcn@latest add @sevenui/component/toolbar-14pnpm dlx shadcn@latest add @sevenui/component/toolbar-14yarn dlx shadcn@latest add @sevenui/component/toolbar-14bunx --bun shadcn@latest add @sevenui/component/toolbar-14

Click the screen to comment

npx shadcn@latest add @sevenui/component/toolbar-15pnpm dlx shadcn@latest add @sevenui/component/toolbar-15yarn dlx shadcn@latest add @sevenui/component/toolbar-15bunx --bun shadcn@latest add @sevenui/component/toolbar-15