@rankmyseo/ui
v1.0.2
Published
RankMySEO prebuilt dashboard widgets and renderer
Maintainers
Readme
@rankmyseo/ui
Prebuilt dashboard widgets and the config-driven DashboardRenderer for RankMySEO. Widgets consume the @rankmyseo/react hooks. Ships its own .rms-* CSS — no Tailwind/shadcn install required in your app.
Install
npm i @rankmyseo/ui @rankmyseo/react react react-domreact and react-dom are peer dependencies.
Usage
import { DashboardRenderer } from "@rankmyseo/ui";
import "@rankmyseo/ui/styles.css";
<DashboardRenderer widgets={dashboardConfig.widgets} />;Widgets: RankHistoryChart, KeywordTable, AuditScoreCard, TopMoversList, CoreWebVitalsGauge, BlogManager, … Customize via CSS variables on .rms-root (--rms-primary, --rms-radius, …).
Documentation
See the Wiki → Dashboard and Widgets.
License
Apache-2.0
