Skip to main content
Module

x/fathym_atomic_social/mod.ts>ProfileDisplayProps

A set of atomic components for use with Preact/Tailwind based sites needing social UX.
Latest
interface ProfileDisplayProps
implements [JSX.HTMLAttributes]<HTMLDivElement>
import { type ProfileDisplayProps } from "https://deno.land/x/fathym_atomic_social@v0.0.59/mod.ts";

Properties

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