BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/blaze-motion/provider

Motion engine (base)

blaze-motion/provider
FreeBlock

The shared engine base every blaze-motion component needs — the single tune surface (the `feel` block in lib/motion.ts) plus the <MotionProvider>. Install once, retune everything from one place. Pulled in automatically by any component.

Install it

npx shadcn@latest add https://motion.asmitsah.dev/r/provider.json

Source

components/motion/motion-provider.tsxmotion.asmitsah.dev/r/provider.json
1"use client";
2
3import { domAnimation, LazyMotion, MotionConfig } from "motion/react";
4import type { ReactNode } from "react";
5
6/**
7 * Mount ONCE in your root layout, wrapping {children}.
8 * LazyMotion `strict` means primitives must import `m` from "motion/react-m" —
9 * a raw `motion.*` will throw. `reducedMotion="user"` honors the OS setting.
10 */
11export function MotionProvider({ children }: { children: ReactNode }) {
12 return (
13 <LazyMotion features={domAnimation} strict>
14 <MotionConfig reducedMotion="user">{children}</MotionConfig>
15 </LazyMotion>
16 );
17}

What it pulls in

npm packages

  • motion

Files it writes

  • lib/motion.ts
  • components/motion/motion-provider.tsx

Facts

Registry
blaze-motion
Type
registry:block
Access
Free
Files written
2
Licence
MIT
First indexed
2026-08-02
Last confirmed
2 days ago

Go to the source

motion.asmitsah.dev blaze-000/blaze-motion on GitHub Raw registry item This item as JSON

More from blaze-motion

All 19 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
blaze-motionallblaze-motionBlocksFree1 dep · 19 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex