Skip to main content
Go to Latest
interface ProfileDisplayProps
implements [JSX.HTMLAttributes]<HTMLDivElement>
import { type ProfileDisplayProps } from "https://deno.land/x/fathym_atomic_design_kit@v0.0.85-integration/mod.ts";

Properties

username: string
avatar: string
abstract: string
information: { Icon: ComponentChildren; Details: string; }[]
primaryAction: ActionProps
optional
actions: ActionProps[] | ComponentChildren