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.AddressLookupComponents.BsbComponents.CheckboxListComponents.DatePickerComponents.DropdownComponents.EmailComponents.EmailVerificationComponents.FileUploadComponents.HeadingComponents.NumericInputComponents.RadioListComponents.RepeatableComponents.RichTextAreaComponents.TextComponents.TextArea
Note
Documentation for the above components will slowly be added over the coming weeks.