Standard accordion with single-open behavior. Click a header to expand.
Borderless flush variant. Blends into the card background.
Multiple panels can stay open simultaneously. No data-bs-parent.
Accordion headers with status icons and badges.
Left-bordered items with color-coded severity levels.
Accordion within accordion for hierarchical content.
npm install @nalika/dashboard. Requires Node.js 18+ and npm 9+. Run npx nalika init to scaffold a new project.
nalika.config.js in your project root. Set theme: "dark", sidebar: "fixed", and header: "sticky". Full config reference in the API docs.
npm run dev to start the dev server. Open localhost:3000 to see your dashboard. Add widgets by editing pages/index.js.
series prop. Responsive by default.
npm run build to generate production files. Output directory: dist/. Docker images available at ghcr.io/nalika/dashboard.