Components
Formatic exports a rich set of components that you’re able to use when customizing and extending forms. This is particularly useful when you are Overriding or creating Custom components.
import Formatic, { Components } from '@formatic/sdk';
Formatic uses Ant Design components for some components like DatePicker
, FileUpload
, among others.
The exported Component
Object contains all of the core Formatic
field components:
Components.AddressLookup
Components.Bsb
Components.CheckboxList
Components.DatePicker
Components.Dropdown
Components.Email
Components.EmailVerification
Components.FileUpload
Components.Heading
Components.NumericInput
Components.RadioList
Components.Repeatable
Components.RichTextArea
Components.Text
Components.TextArea
Note
Documentation for the above components will slowly be added over the coming weeks.