Skip to content

Generate Components

This guide explains various ways to generate components in form-create.

Generate Built-in Components

Built-in components are default component types provided by form-create. These components have predefined basic styles and behaviors for form fields.

Generate UI Components

UI components are components built based on third-party UI frameworks (such as Ant Design Vue, Element Plus, etc.). By configuring the type field, you can generate different UI components.

Generate Custom Components

Custom components allow developers to create special types of form controls according to project requirements. You can specify custom components through the component field to ensure flexibility and extensibility.

Generate Components Through Slots

Using slots to generate components provides greater flexibility, allowing you to customize component content or structure according to actual needs.

Generate HTML Tags

You can directly generate HTML tags for embedding native HTML elements or special style tags in forms.

FormCreate is an open-source project released under the MIT License. Free for personal and commercial use.