**Is your feature request related to a problem? Please describe.** Now loading component is fixed in fabrix. And it's simple component as follows. ```tsx 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**
Is your feature request related to a problem? Please describe.
Now loading component is fixed in fabrix.
And it's simple component as follows.
Describe the solution you'd like
Add
suspenseFallbackprop toFabrixComponent.Describe alternatives you've considered
Additional context