Skip to content
DesignOSby h4rithd
Components/Breathe Motion
component / motion

Breathe Motion

A quiet breathing loop for live marks and waiting states.

PREVIEW READY
LIVE PREVIEWDARK / LIGHT COMPATIBLE
breathe motionReduced-motion safe
INSTALL / SOURCE REGISTRY

Add Breathe Motion to your project

The command adds the component source and its DesignOS base dependency.

$pnpm dlx shadcn@latest add https://designos.h4rithd.com/r/breathe-motion.json
registry/default/recipes/breathe-motion.tsx
import * as React from "react"
import { clsx as cn } from "clsx"
import "@/components/designos/designos.css"

export function Breathe({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) { return <div className={cn("dos-breathe", className)} {...props}>{children}</div> }

Component contract

  • Source-owned after installation
  • Dark and light theme variables
  • Keyboard and visible-focus behavior
  • Reduced-motion fallback
  • Responsive from 320px upward
  • IBM Plex Sans + JetBrains Mono hierarchy