BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/pixelflow-ui/bouncy-input-nova

Bouncy Input Nova

pixelflow-ui/bouncy-input-nova
FreeComponent

pixelflow-ui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by pixelflow-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://pixelflowui.lok1.dev/r/bouncy-input-nova.json

Source

src/registry/inputs/nova/BouncyInputNova.jsxpixelflowui.lok1.dev/r/bouncy-input-nova.json
1"use client";
2
3import React, { useState, useEffect } from "react";
4import { motion, useAnimation } from "motion/react";
5
6const BouncyInput = () => {
7 const [value, setValue] = useState("");
8 const controls = useAnimation();
9
10 // re-trigger bounce whenever value changes
11 useEffect(() => {
12 controls.start({
13 scaleX: [1, 1.01, 1],
14 scaleY: [1, 1.1, 1],
15 transition: { duration: 0.2, ease: "easeInOut" },
16 });
17 }, [value, controls]);
18
19 return (
20 <div className="relative justify-center items-center w-full">
21 <motion.div
22 animate={controls}
23 className="h-full w-full max-w-md flex items-center justify-center text-black overflow-hidden border-[0.6px] box-border border-gray-300 rounded-md px-3 py-2 absolute bg-transparent z-10"
24 ></motion.div>
25 <input
26 placeholder="Type something..."
27 type="text"
28 className="w-full text-white focus:outline-none px-3 py-2 z-20 relative bg-transparent"
29 value={value}
30 onChange={(e) => setValue(e.target.value)}
31 />
32 </div>
33 );
34};
35
36export default BouncyInput

What it pulls in

npm packages

  • motion

Files it writes

  • src/registry/inputs/nova/BouncyInputNova.jsx

Facts

Registry
pixelflow-ui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-12
Last confirmed
today

Go to the source

Docs on pixelflow-ui pixelflowui.lok1.dev lokidotdev/pixelflow-ui on GitHub Raw registry item This item as JSON

More from pixelflow-ui

All 35 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordion Lyraaccordion-lyrapixelflow-uiComponentsFree3 deps
Accordion Novaaccordion-novapixelflow-uiComponentsFree3 deps
Accordion Retroaccordion-retropixelflow-uiComponentsFree3 deps
Background 1background-1pixelflow-uiComponentsFreeno deps
Background 1Retrobackground-1-retropixelflow-uiComponentsFreeno deps
Bouncy Input Lyrabouncy-input-lyrapixelflow-uiComponentsFree1 dep
Bouncy Input Retrobouncy-input-retropixelflow-uiComponentsFree1 dep
Button 1button-1pixelflow-uiComponentsFreeno deps
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex