Message Component with multiple children
In this example, we have a message component that allows users to specify the name of the component and the type of message, such as info, success, warning, or error. This component incorporates multiple child components, which can be any components of your choice. In this case, thechildren and header properties are properties that can contain a
collection of child components.
RsMessage and it incorporates the following properties:
children: this property represents the main content of the message. It can be any type of node, such as input, image, or any other component.closable: this property is a boolean that indicates whether the message is closable.header: this property allows you to provide a header for the message. It also accepts any node, allowing you to pass any component.type: this property specifies the type of message, which can be one ofinfo,success,warning, orerror. It defaults toinfo.
children
and header properties should be displayed.


Next steps
- Explore all implementation guides: Guides hub
- Continue with runtime architecture: FormEngine Core
- Add visual form authoring: FormEngine Designer
- Integrate in your stack: Integrations
Official resources
- Runtime package: @react-form-builder/core on npm
- Designer package: @react-form-builder/designer on npm
- Source code and examples: FormEngine GitHub repository
- Commercial Designer plans: Pricing