@portinova/front-end-components
v0.1.7
Published
Front-end components for the admin dashboard live here.
Downloads
8
Readme
Front-end components for the admin dashboard live here.
Goals:
- Centralize reusable UI/chart utilities used by pages like
index.md. - Provide small, documented APIs with sensible defaults.
- Keep callsites stable where possible during incremental refactors.
Conventions:
- Use ES modules.
- Prefer clear names with underscores for file names (e.g.,
years_plot.js). - Add concise JSDoc for exported functions.
