Presto
GitHub
Getting Started
Guides
Packages
View Model
Final Form
REST
Routing
UI
FieldFormatter
FieldWidget
getFormatterForField
InputProps
UiProvider
useUi
Formatters
BooleanFormatter
CharFormatter
ChoiceFormatter
DateFormatter
DateTimeFormatter
ImageFormatter
LinkFormatter
NumberFormatter
RangeFormatter
TimeFormatter
UI ANTD
Util
On this page
Props
Examples
LinkFormatter
Source
import { LinkFormatter } from "@prestojs/ui";
LinkFormatter
<
T =
"a"
>
(
props
)
Component Props:
Prop
Type
Description
*
props
An object with the properties below
props.blankLabel
ReactNode
props.children
React.ReactNode
props.linkComponent
T
props.value
null
|
string
...
any
Any properties from
Object
|
React.ComponentProps
except for these:
href
Examples
Javascript
Typescript
Show Code