Home / File/ example-form.tsx — ui Source File

example-form.tsx — ui Source File

Architecture documentation for example-form.tsx, a tsx file in the ui codebase. 18 imports, 0 dependents.

File tsx DocumentationAtlas SearchAPI 18 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  07235f46_73fd_a292_175e_13f8a199fef0["example-form.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  32ce9c09_437f_bced_67c5_ff04d8757a76["react-form"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 32ce9c09_437f_bced_67c5_ff04d8757a76
  f9e8c1ea_9de4_3e04_ca27_b15cada2e81e["date-fns"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> f9e8c1ea_9de4_3e04_ca27_b15cada2e81e
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 57e86e45_ac6e_7278_be08_9092724e8401
  7bfe56e6_25f1_1b2f_588d_f14238c3c071["calendar"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 7bfe56e6_25f1_1b2f_588d_f14238c3c071
  c6d6139d_ea69_3d79_5004_68419bae2ac0["card"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> c6d6139d_ea69_3d79_5004_68419bae2ac0
  4f6bcac7_12b3_b724_9762_64ace071aa20["checkbox"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 4f6bcac7_12b3_b724_9762_64ace071aa20
  0896a8fa_5462_a73a_5add_fb8176921778["dialog"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 0896a8fa_5462_a73a_5add_fb8176921778
  169af77a_46c3_8fec_4801_f34a0f1a3471["field"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 169af77a_46c3_8fec_4801_f34a0f1a3471
  80cf663d_a411_487c_d69e_ac9d405cd2ec["input"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 80cf663d_a411_487c_d69e_ac9d405cd2ec
  64a3481c_a85b_fe79_409a_cb7f3f4bb871["popover"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> 64a3481c_a85b_fe79_409a_cb7f3f4bb871
  a3246e53_c55c_1cf0_424d_b2142e1739ab["radio-group"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> a3246e53_c55c_1cf0_424d_b2142e1739ab
  c2fa7225_1ddd_1cbc_8810_ee5e42af14d6["select"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> c2fa7225_1ddd_1cbc_8810_ee5e42af14d6
  a726b95d_789e_b9ec_d440_20ff0f30482e["slider"]
  07235f46_73fd_a292_175e_13f8a199fef0 --> a726b95d_789e_b9ec_d440_20ff0f30482e
  style 07235f46_73fd_a292_175e_13f8a199fef0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/* eslint-disable react/no-children-prop */
"use client"

import * as React from "react"
import { useForm } from "@tanstack/react-form"
import { format } from "date-fns"

import { Button } from "@/registry/new-york-v4/ui/button"
import { Calendar } from "@/registry/new-york-v4/ui/calendar"
import {
  Card,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "@/registry/new-york-v4/ui/card"
import { Checkbox } from "@/registry/new-york-v4/ui/checkbox"
import {
  Dialog,
  DialogContent,
  DialogDescription,
  DialogHeader,
  DialogTitle,
} from "@/registry/new-york-v4/ui/dialog"
import {
  Field,
  FieldContent,
  FieldDescription,
  FieldError,
  FieldGroup,
  FieldLabel,
  FieldLegend,
  FieldSeparator,
  FieldSet,
  FieldTitle,
} from "@/registry/new-york-v4/ui/field"
import { Input } from "@/registry/new-york-v4/ui/input"
import {
  Popover,
  PopoverContent,
  PopoverTrigger,
} from "@/registry/new-york-v4/ui/popover"
import {
  RadioGroup,
  RadioGroupItem,
} from "@/registry/new-york-v4/ui/radio-group"
import {
  Select,
  SelectContent,
  SelectItem,
  SelectTrigger,
  SelectValue,
} from "@/registry/new-york-v4/ui/select"
import { Slider } from "@/registry/new-york-v4/ui/slider"
import { Switch } from "@/registry/new-york-v4/ui/switch"
import { Textarea } from "@/registry/new-york-v4/ui/textarea"
import {
  ToggleGroup,
  ToggleGroupItem,
// ... (473 more lines)

Subdomains

Functions

Dependencies

  • button
  • calendar
  • card
  • checkbox
  • date-fns
  • dialog
  • field
  • input
  • popover
  • radio-group
  • react
  • react-form
  • schema
  • select
  • slider
  • switch
  • textarea
  • toggle-group

Frequently Asked Questions

What does example-form.tsx do?
example-form.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in example-form.tsx?
example-form.tsx defines 1 function(s): ExampleForm.
What does example-form.tsx depend on?
example-form.tsx imports 18 module(s): button, calendar, card, checkbox, date-fns, dialog, field, input, and 10 more.
Where is example-form.tsx in the architecture?
example-form.tsx is located at apps/v4/app/(internal)/sink/(pages)/tanstack-form/example-form.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/app/(internal)/sink/(pages)/tanstack-form).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free