Skip to content
SevenUI
Sign in

Separator

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

Profile

Name, avatar, and the email address teammates see on shared projects.

Notifications

Choose which activity sends a push alert and which waits for the daily digest.

Danger zone

Transfer ownership of the workspace or delete it with all of its data.

npx shadcn@latest add @sevenui/component/separator-01pnpm dlx shadcn@latest add @sevenui/component/separator-01yarn dlx shadcn@latest add @sevenui/component/separator-01bunx --bun shadcn@latest add @sevenui/component/separator-01

Stroke Styles

Invoice INV-2048

Sep 1, 2026
  • Team plan, 8 seats$96.00
  • Extra storage, 200 GB$12.00
  • Priority support$25.00
Subtotal
$133.00
Annual discount
-$13.30
Sales tax (8.25%)
$9.88
Amount due$129.58
npx shadcn@latest add @sevenui/component/separator-02pnpm dlx shadcn@latest add @sevenui/component/separator-02yarn dlx shadcn@latest add @sevenui/component/separator-02bunx --bun shadcn@latest add @sevenui/component/separator-02
Weekly downloads
184,302
+12.4%
Open issues
37
-8 this week
Median response
4h 12m
Down from 6h
npx shadcn@latest add @sevenui/component/separator-03pnpm dlx shadcn@latest add @sevenui/component/separator-03yarn dlx shadcn@latest add @sevenui/component/separator-03bunx --bun shadcn@latest add @sevenui/component/separator-03

Inset Options

  • MP
    Maya PatelEngineering lead
  • JW
    Jonas WeberProduct designer
  • AT
    Ava ThompsonSupport engineer
  • LM
    Leo MartinsData analyst
npx shadcn@latest add @sevenui/component/separator-04pnpm dlx shadcn@latest add @sevenui/component/separator-04yarn dlx shadcn@latest add @sevenui/component/separator-04bunx --bun shadcn@latest add @sevenui/component/separator-04

Toolbar Dividers

Release notes for 3.2 ship Thursday. Call out the new export presets and the faster sync on large workspaces.

npx shadcn@latest add @sevenui/component/separator-05pnpm dlx shadcn@latest add @sevenui/component/separator-05yarn dlx shadcn@latest add @sevenui/component/separator-05bunx --bun shadcn@latest add @sevenui/component/separator-05

Expand Marker

  • LM

    Leo Martins Mon 09:48

    Opening this to track the export preset regression from 3.1.

  • MP

    Maya Patel Today 14:20

    Fix is merged and the cache now invalidates on deploy. Closing.

npx shadcn@latest add @sevenui/component/separator-06pnpm dlx shadcn@latest add @sevenui/component/separator-06yarn dlx shadcn@latest add @sevenui/component/separator-06bunx --bun shadcn@latest add @sevenui/component/separator-06

Release v3.2.0

Stage 2 of 4
  1. Build, Complete

    Compiled 412 modules in 38s

  2. Run tests, In progress

    1,284 passed across 96 suites

  3. Deploy to staging, Pending

    staging.acme.dev, region eu-west-1

  4. Promote to production, Pending

    Requires release manager approval

npx shadcn@latest add @sevenui/component/separator-07pnpm dlx shadcn@latest add @sevenui/component/separator-07yarn dlx shadcn@latest add @sevenui/component/separator-07bunx --bun shadcn@latest add @sevenui/component/separator-07
npx shadcn@latest add @sevenui/component/separator-08pnpm dlx shadcn@latest add @sevenui/component/separator-08yarn dlx shadcn@latest add @sevenui/component/separator-08bunx --bun shadcn@latest add @sevenui/component/separator-08

Sign-in Divider

Sign in to Northwind

Use your company account or a one-time email link.

or with email

New to Northwind? Create a workspace

npx shadcn@latest add @sevenui/component/separator-09pnpm dlx shadcn@latest add @sevenui/component/separator-09yarn dlx shadcn@latest add @sevenui/component/separator-09bunx --bun shadcn@latest add @sevenui/component/separator-09

Billing support

Jordan from Acme usually replies in minutes

  1. Yesterday
  2. You said: My invoice for September shows two charges for the Team plan.

    4:12 PM
  3. Jordan said: Thanks for flagging this. I'm checking with billing now.

    4:20 PM
  4. Today
  5. 2 new messages
  6. Jordan said: The duplicate charge has been refunded. It should reach your card in 3-5 business days.

    9:02 AM
  7. Jordan said: Anything else I can help with?

    9:03 AM
npx shadcn@latest add @sevenui/component/separator-10pnpm dlx shadcn@latest add @sevenui/component/separator-10yarn dlx shadcn@latest add @sevenui/component/separator-10bunx --bun shadcn@latest add @sevenui/component/separator-10

Daily Agenda

Agenda

Monday, October 6

Choose day
  1. 9:30 AM

    Design standup

    9:30 AM to 9:45 AM · Studio room

  2. 10:30 AM

    Checkout review with Finance

    10:30 AM to 11:15 AM · Google Meet

  3. 11:40 AM
  4. 12:30 PM

    Lunch with Aiko

    12:30 PM to 1:30 PM · Café Lumen

  5. 3:00 PM

    Interview: Senior engineer

    3:00 PM to 4:00 PM · Zoom

npx shadcn@latest add @sevenui/component/separator-11pnpm dlx shadcn@latest add @sevenui/component/separator-11yarn dlx shadcn@latest add @sevenui/component/separator-11bunx --bun shadcn@latest add @sevenui/component/separator-11
POST

/v1/payments

Status
201 Created
Time
184 ms
Size
2.4 KB

Request

Authorization
Bearer sk_live_•••• 4f2a
Content-Type
application/json
Idempotency-Key
ord_8Kq2-retry-1

Response

Content-Type
application/json
X-Request-Id
req_5hT0aQ9vB2
RateLimit-Remaining
98
npx shadcn@latest add @sevenui/component/separator-12pnpm dlx shadcn@latest add @sevenui/component/separator-12yarn dlx shadcn@latest add @sevenui/component/separator-12bunx --bun shadcn@latest add @sevenui/component/separator-12
Engineering

How we cut cold starts by 60% by moving session checks to the edge

  • NONadia Osei
  • Sep 18, 2026
  • 9 min read
  • 4.2k views
  • 38 comments

Every request used to wait on a round trip to the auth service in us-east-1. Verifying signed session tokens in the edge runtime removed that hop for 94% of traffic, and taught us where caching still hurts.

npx shadcn@latest add @sevenui/component/separator-13pnpm dlx shadcn@latest add @sevenui/component/separator-13yarn dlx shadcn@latest add @sevenui/component/separator-13bunx --bun shadcn@latest add @sevenui/component/separator-13