BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/form-1

form-1

freddy/form-1
FreeBlock

Elegant workspace creation form with labeled inputs, grouped fields, and a clean card layout for onboarding users smoothly.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/form-1.json

Source

registry/blocks/form/1/create-workspace-form.tsxui.arkcabin.com/r/form-1.json
1import { CircleCheckIcon } from "lucide-react";
2import { LogoIcon } from "@/components/logo";
3import { Button } from "@/components/ui/button";
4import { ButtonGroup, ButtonGroupText } from "@/components/ui/button-group";
5import {
6 Field,
7 FieldDescription,
8 FieldGroup,
9 FieldLabel,
10} from "@/components/ui/field";
11import { Input } from "@/components/ui/input";
12import {
13 InputGroup,
14 InputGroupAddon,
15 InputGroupInput,
16} from "@/components/ui/input-group";
17import { Label } from "@/components/ui/label";
18
19export function CreateWorkspaceForm() {
20 return (
21 <div className="w-full max-w-md rounded-xl border bg-background shadow-sm">
22 <div className="flex flex-col items-center justify-center gap-6 rounded-t-xl border-b bg-card/60 py-12">
23 <LogoIcon className="size-6" />
24 <div className="flex flex-col items-center space-y-1">
25 <h2 className="font-medium text-2xl">Create your workspace</h2>
26 <a className="text-muted-foreground underline" href="#">
27 What is a workspace?
28 </a>
29 </div>
30 </div>
31 <FieldGroup className="p-4">
32 <Field className="gap-2">
33 <FieldLabel htmlFor="name">Workspace Name</FieldLabel>
34 <Input autoComplete="off" id="name" placeholder="e.g., Acme, Inc." />
35 <FieldDescription>
36 This is the name of your workspace on Freddy.
37 </FieldDescription>
38 </Field>
39 <Field className="gap-2">
40 <FieldLabel htmlFor="slug">Workspace Slug</FieldLabel>
41 <ButtonGroup>
42 <ButtonGroupText asChild>
43 <Label htmlFor="slug">freddy.com/</Label>
44 </ButtonGroupText>
45 <InputGroup>
46 <InputGroupInput id="slug" placeholder="e.g., acme" />
47 <InputGroupAddon align="inline-end">
48 <CircleCheckIcon />
49 </InputGroupAddon>
50 </InputGroup>
51 </ButtonGroup>
52 <FieldDescription>
53 This is your workspace's unique slug on Freddy.
54 </FieldDescription>
55 </Field>
56 </FieldGroup>
57 <div className="rounded-b-xl border-t bg-card/60 p-4">
58 <Button className="w-full" type="submit">
59 Create Workspace
60 </Button>
61 </div>
62 </div>
63 );
64}

What it pulls in

Other registry items

  • button
  • button-group
  • field
  • input
  • input-group
  • label

Files it writes

  • registry/blocks/form/1/create-workspace-form.tsx
  • components/logo.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
2
Licence
NOASSERTION
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

More from freddy

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcement-1announcement-1freddyBlocksFree1 dep
announcement-2announcement-2freddyBlocksFree1 dep
announcement-3announcement-3freddyBlocksFree1 dep
auth-1auth-1freddyBlocksFreeno deps · 2 files
auth-10auth-10freddyBlocksFreeno deps
auth-11auth-11freddyBlocksFreeno deps
auth-12auth-12freddyBlocksFreeno deps
auth-2auth-2freddyBlocksFree1 dep · 3 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