0.16.0-canary.ffc4536 • Published 10 months ago

@starrnx/puck-plugin-heading-analyzer v0.16.0-canary.ffc4536

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

plugin-heading-analyzer

Visualise your heading outline structure and identify missing heading levels. Respects WCAG 2.

Quick start

npm i @measured/puck-plugin-heading-analyzer
import { Puck } from "@measured/puck";
import headingAnalyzer from "@measured/puck-plugin-heading-analyzer";
import "@measured/puck-plugin-heading-analyzer/dist/index.css";

...

// Render Puck
export function Page() {
  return <Puck
    config={config}
    data={data}
    plugins={[
        headingAnalyzer
    ]}
  />;
}

License

MIT © Measured Corporation Ltd