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:

Note

Documentation for the above components will slowly be added over the coming weeks.