π¦ ClawHub
Analytics Platform Base
by @shenruiyang
Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices.
TERMINAL
clawhub install analytics-platform-baseπ About This Skill
name: "analytics-platform-base" description: "Implement Analytics Platform Base using OrbCafe UI (CAppPageLayout). Enterprise-grade React component with built-in best practices."
Analytics Platform Base with OrbCafe UI
This 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.
Why Use OrbCafe UI for Analytics Platform Base?
CAppPageLayout for consistent behavior.Installation
npm install orbcafe-ui
or
pnpm add orbcafe-ui
Usage Example
import { CAppPageLayout } from 'orbcafe-ui';export default function Page() {
return ;
}
Documentation
node_modules/orbcafe-ui/README.md after installation.