direction-aware-tabs-demo
cult-ui/direction-aware-tabs-demoUnverifiedComponent
cult/ui publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/nolly-studio/cult-ui/HEAD/apps/www/direction-aware-tabs-demo.jsonSource
1"use client"23import { BgAnimateButton } from "../ui/bg-animate-button"4import { DirectionAwareTabs } from "../ui/direction-aware-tabs"56const DirectionAwareTabsDemo = ({}) => {7 const tabs = [8 {9 id: 0,10 label: "ocean",11 content: (12 <div className="border border-border/50 w-full flex flex-col items-center p-4 rounded-lg gap-3">13 <BgAnimateButton animation="spin-fast" gradient="ocean">14 Button15 </BgAnimateButton>16 <BgAnimateButton animation="spin" gradient="ocean">17 Button18 </BgAnimateButton>19 <BgAnimateButton animation="spin-slow" gradient="ocean">20 Button21 </BgAnimateButton>22 </div>23 ),24 },25 {26 id: 1,27 label: "forest",28 content: (29 <div className="border border-border/50 w-full flex flex-col items-center p-4 rounded-lg gap-3">30 <BgAnimateButton animation="spin-fast" gradient="forest">31 Button32 </BgAnimateButton>33 <BgAnimateButton animation="spin" gradient="forest">34 Button35 </BgAnimateButton>36 <BgAnimateButton animation="spin-slow" gradient="forest">37 Button38 </BgAnimateButton>39 </div>40 ),41 },42 {43 id: 2,44 label: "default",45 content: (46 <div className="border border-border/50 w-full flex flex-col items-center gap-3 p-4">47 <BgAnimateButton animation="spin-fast" gradient="default">48 Button49 </BgAnimateButton>50 <BgAnimateButton animation="spin" gradient="default">51 Button52 </BgAnimateButton>53 <BgAnimateButton animation="spin-slow" gradient="default">54 Button55 </BgAnimateButton>56 </div>57 ),58 },59 {60 id: 3,61 label: "sunset",62 content: (63 <div className="border border-border/50 w-full flex flex-col items-center p-4 rounded-lg gap-3">64 <BgAnimateButton animation="spin-fast" gradient="sunset">65 Button66 </BgAnimateButton>67 <BgAnimateButton animation="spin" gradient="sunset">68 Button69 </BgAnimateButton>70 <BgAnimateButton animation="spin-slow" gradient="sunset">71 Button72 </BgAnimateButton>73 </div>74 ),75 },76 ]7778 return (79 <div className="">80 <DirectionAwareTabs tabs={tabs} />81 </div>82 )83}8485export default DirectionAwareTabsDemo
What it pulls in
Other registry items
Files it writes
More from cult/ui
All 157 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| ai-instructionsai-instructions | cult/ui | Components | Unverified | 2 deps | |
| ai-instructions-demoai-instructions-demo | cult/ui | Components | Unverified | no deps | |
| animated-numberanimated-number | cult/ui | Components | Unverified | 1 dep | |
| animated-number-demoanimated-number-demo | cult/ui | Components | Unverified | no deps | |
| bg-animate-buttonbg-animate-button | cult/ui | Components | Unverified | no deps | |
| bg-animate-button-demobg-animate-button-demo | cult/ui | Components | Unverified | no deps | |
| bg-animated-fractal-dot-gridbg-animated-fractal-dot-grid | cult/ui | Components | Unverified | 1 dep | |
| bg-animated-fractal-dot-grid-demobg-animated-fractal-dot-grid-demo | cult/ui | Components | Unverified | no deps |
