This repository was archived by the owner on Dec 25, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Now loading component is fixed in fabrix.
And it's simple component as follows.
export const Loader = () => {
return (
<div aria-busy="true" role="status">
Loading...
</div>
);
};
Describe the solution you'd like
Add suspenseFallback prop to FabrixComponent.
Describe alternatives you've considered
Additional context