Dashboard primitives for React: configurable widget grid (react-grid-layout), widget registry, persistence helpers.
Part of the ceedcv-maya/maya_platform mono-repo. Distributed independently for reuse outside the Maya ecosystem.
npm install @ceedcv-maya/shared-dashboard-react react-grid-layoutimport { DashboardGrid, registerWidget } from '@ceedcv-maya/shared-dashboard-react'
registerWidget('weather', WeatherWidget)
export function Home() {
return <DashboardGrid layout={savedLayout} onChange={persist} />
}This package ships TypeScript source (src/index.ts as entry). Consumers using Vite or Webpack with ts-loader work out of the box. Next.js consumers must add this package to transpilePackages in next.config.js.
MIT — see LICENSE.
The canonical source lives in Maya-AQSS/maya_platform. File issues there; this read-only split repo is only the published artifact.