Available Result Types
Success
Displays when a process completes successfully
Fail
Shows when an operation encounters an error
Partial Match
Indicates when some criteria are met but others aren’t
Pending
Represents operations that are still in progress

Quick Start
1
Add HTML Container
2
Initialize Result Component
3
Mount Component
Configuration Options
Basic Properties
Basic Properties
State Types
State Types
Component Parts
Component Parts
Title
Descriptions
CTA Button
Event Handling
Listen for Result Events
| Event Name | Description |
|---|---|
form:result:loaded | Emitted when screen loads |
form:result:success | Triggered on success screen button click |
form:result:failed | Triggered on fail screen button click |
form:result:partial | Triggered on partial match button click |
form:result:pending | Triggered on pending screen button click |
Styling Guide
Title
Subtitle
Description
Logo
Styling Best Practices
- Use CSS classes for consistent styling across all result screens
- Override specific styles using the configuration object when needed
- Keep styling consistent with your application’s theme