Fact

import { Fact } from '@hanzo/ui/product'

No examples yet.

Types

export type FactProps = {
/** The row's left-hand label. */
label: string
/** The row's right-hand value. A string renders in the value color and
* weight; anything else (a badge, a link, a stack of controls) renders as
* given. */
value: ReactNode
/** Render a string value in the monospace face — an id, a hash, a path. */
mono?: boolean
}

Exports

Facttype FactProps