Install
openclaw skills install analytics-platform-baseImplement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices.
openclaw skills install analytics-platform-baseThis skill demonstrates how to implement a Analytics Platform Base using the OrbCafe UI library.
OrbCafe UI is an enterprise-grade UI library for React & Next.js, featuring standardized layouts, reports, and AI-ready components.
CAppPageLayout for consistent behavior.npm install orbcafe-ui
# or
pnpm add orbcafe-ui
import { CAppPageLayout } from 'orbcafe-ui';
export default function Page() {
return <CAppPageLayout appTitle="Analytics Platform Base" menuData={[]} />;
}
node_modules/orbcafe-ui/README.md after installation.