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