Home / File/ alert.tsx — ui Source File

alert.tsx — ui Source File

Architecture documentation for alert.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx Internationalization Dictionary 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  673ddb2d_5a8b_6d03_ea91_ee24ddcb319d["alert.tsx"]
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  673ddb2d_5a8b_6d03_ea91_ee24ddcb319d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  9215b8d6_d2f4_9f5a_aae2_e346f8b8fbc6["atom"]
  673ddb2d_5a8b_6d03_ea91_ee24ddcb319d --> 9215b8d6_d2f4_9f5a_aae2_e346f8b8fbc6
  style 673ddb2d_5a8b_6d03_ea91_ee24ddcb319d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { CircleAlertIcon } from "lucide-react"

import { Atom } from "@/components/lo-fi/atom"

export function AlertLoFi() {
  return (
    <Atom
      shade="100"
      className="rounder-lg flex items-start justify-between gap-2 border p-2"
    >
      <CircleAlertIcon className="size-3" />
      <div className="flex flex-1 flex-col gap-1">
        <Atom shade="300" className="h-2 w-2/3" />
        <Atom shade="200" className="h-2 w-full" />
      </div>
    </Atom>
  )
}

Subdomains

Functions

Dependencies

  • atom
  • lucide-react

Frequently Asked Questions

What does alert.tsx do?
alert.tsx is a source file in the ui codebase, written in tsx. It belongs to the Internationalization domain, Dictionary subdomain.
What functions are defined in alert.tsx?
alert.tsx defines 1 function(s): AlertLoFi.
What does alert.tsx depend on?
alert.tsx imports 2 module(s): atom, lucide-react.
Where is alert.tsx in the architecture?
alert.tsx is located at apps/v4/components/lo-fi/alert.tsx (domain: Internationalization, subdomain: Dictionary, directory: apps/v4/components/lo-fi).

Analyze Your Own Codebase

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

Try Supermodel Free