Components
AppRenderer
Usage
import { AppRenderer } from '@akinon/app-shell';
const FullPageAppContainer = () => {
return (
<div className="fullpage-container">
<AppRenderer id={1} />
</div>
);
};Props
Prop
Type
Required
Description
With Custom Path
How It Works
PluginRenderer
Usage
Props
Prop
Type
Required
Description
ApplicationParams Type
With Parameters
How It Works
Placeholder Configuration
ModalRenderer
How It Works
Usage
Props
Prop
Type
Required
Description
ApplicationModalSize Type
With Size Configuration
Complete Example
Styling Considerations
Related
Last updated
Was this helpful?

