BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/bagUi/login1

Login Exemple 1

bagui/login1
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/login1.json

Source

registry/default/blocks/SignUp/login1.tsxwww.bagui.pro/r/login1.json · first 6 KB
1"use client"
2
3import { useState } from "react"
4import Link from "next/link"
5
6export default function LoginForm() {
7 const [showPassword, setShowPassword] = useState(false)
8
9 return (
10 <div className="min-h-screen flex items-center justify-center bg-background p-4">
11 <div className="w-full max-w-4xl flex flex-col gap-6">
12
13 {/* ── Card ── */}
14 <div className="overflow-hidden rounded-xl border border-border shadow-sm grid md:grid-cols-2 bg-card">
15
16 {/* ── Form side ── */}
17 <form className="p-6 md:p-8 flex flex-col gap-6">
18
19 {/* Header */}
20 <div className="flex flex-col items-center text-center">
21 <h1 className="text-2xl font-bold text-foreground">Welcome back</h1>
22 <p className="text-sm text-muted-foreground mt-1">
23 Sign in to your Bag\Ui account
24 </p>
25 </div>
26
27 {/* Email */}
28 <div className="flex flex-col gap-1.5">
29 <label
30 htmlFor="email"
31 className="text-sm font-medium text-foreground"
32 >
33 Email
34 </label>
35 <input
36 id="email"
37 type="email"
38 placeholder="you@example.com"
39 className="h-9 w-full rounded-md border border-input bg-transparent px-3 text-sm text-foreground placeholder:text-muted-foreground outline-none focus:ring-2 focus:ring-ring focus:border-transparent transition-shadow"
40 />
41 </div>
42
43 {/* Password */}
44 <div className="flex flex-col gap-1.5">
45 <div className="flex items-center justify-between">
46 <label
47 htmlFor="password"
48 className="text-sm font-medium text-foreground"
49 >
50 Password
51 </label>
52 <Link
53// … truncated

What it pulls in

npm packages

  • framer-motion
  • lucide-react

Files it writes

  • registry/default/blocks/SignUp/login1.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