BooleanFormatter

Source
import { BooleanFormatter } from "@prestojs/ui";
BooleanFormatter(props)
Source

Component Props:

PropTypeDescription
*
props
An object with the properties below
props.blankLabelReactNode
props.falseLabelReactNode
props.trueLabelReactNode
props.valueboolean|null

Examples

Basic usage