BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/bagUi/feature-2

Feature Exemple 2

bagui/feature-2
FreeBlock

Frequently asked questions section with collapsible items.

Live preview

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

Install it

npx shadcn@latest add https://www.bagui.pro/r/feature-2.json

Source

registry/default/blocks/Feature/feature2.tsxwww.bagui.pro/r/feature-2.json · first 6 KB
1"use client";
2
3import { motion, Variants } from "framer-motion";
4import Image from "next/image";
5
6/* ─── Animation ─── */
7const fadeUp: Variants = {
8 hidden: { opacity: 0, y: 20 },
9 visible: { opacity: 1, y: 0, transition: { duration: 0.55, ease: [0.22, 1, 0.36, 1] } },
10};
11const stagger: Variants = {
12 hidden: {},
13 visible: { transition: { staggerChildren: 0.13 } },
14};
15
16/* ══════════════════════════════════════════
17 SVG 1 — Connect your stack
18 Radial web with real logo <img> via foreignObject
19══════════════════════════════════════════ */
20const LOGOS = [
21 {
22 label: "Stripe",
23 src: "https://cdn.simpleicons.org/stripe",
24 cx: 62,
25 cy: 62,
26 },
27 {
28 label: "HubSpot",
29 src: "https://cdn.simpleicons.org/hubspot",
30 cx: 198,
31 cy: 62,
32 },
33 {
34 label: "Vercel",
35 src: "https://cdn.simpleicons.org/vercel",
36 cx: 62,
37 cy: 158,
38 },
39 {
40 label: "Xero",
41 src: "https://cdn.simpleicons.org/xero",
42 cx: 198,
43 cy: 158,
44 },
45];
46
47function ConnectSvg() {
48 const cx = 130, cy = 110;
49 return (
50 <svg viewBox="0 0 260 220" fill="none" xmlns="http://www.w3.org/2000/svg" className="w-full h-full">
51 {/* Dashed circles */}
52 <circle cx={cx} cy={cy} r="72" stroke="#d1d5db" strokeWidth="1" strokeDasharray="4 3"/>
53 <circle cx={cx} cy={cy} r="44" stroke="#d1d5db" strokeWidth="1" strokeDasharray="4 3"/>
54 <circle cx={cx} cy={cy} r="20" stroke="#d1d5db" strokeWidth="1"/>
55
56 {/* Center globe */}
57 <circle cx={cx} cy={cy} r="16" fill="white" stroke="#9ca3af" strokeWidth="1.3"/>
58 <ellipse cx={cx} cy={cy} rx="6.5" ry="16" stroke="#9ca3af" strokeWidth="1" fill="none"/>
59 <line x1={cx - 16} y1={cy} x2={cx + 16} y2={cy} stroke="#9ca3af" strokeWidth="1"/>
60 <line x1={cx} y1={cy - 16} x2={cx} y2={cy + 16} stroke="#9ca3af" strokeWidth="1" opacity=".4"/>
61
62 {/* Connector lines to logos */}
63 {LOGOS.map(({ cx: lx, cy: ly, label }) => (
64 <line key={label} x1={cx} y1={cy} x2={lx} y2={ly} stroke="#d1d5db" strokeWidth="1.3"/>
65 ))}
66
67 {/* Logo circles */}
68// … truncated

What it pulls in

npm packages

  • framer-motion
  • lucide-react

Files it writes

  • registry/default/blocks/Feature/feature2.tsx

Facts

Registry
bagUi
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on bagUi www.bagui.pro anelkabag/bag-ui on GitHub Raw registry item This item as JSON

More from bagUi

All 25 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Dashboard Chat Appchat-app1bagUiBlocksFree2 deps
Contact Exemple 1contact-1bagUiBlocksFree2 deps
Contact Exemple 2contact-2bagUiBlocksFree2 deps
CTA Exemple 1cta-1bagUiBlocksFree2 deps
CTA Exemple 2cta-2bagUiBlocksFree2 deps
Modern Store Dashboarddashboard-storebagUiBlocksFree2 deps
FAQ Exemple 1faq1bagUiBlocksFree2 deps
Feature Exemple 1feature-1bagUiBlocksFree2 deps
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