@measured/puck-plugin-heading-analyzer
TypeScript icon, indicating that this package has built-in type declarations

0.14.2 • Public • Published

plugin-heading-analyzer

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

example

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

Readme

Keywords

none

Package Sidebar

Install

npm i @measured/puck-plugin-heading-analyzer

Weekly Downloads

335

Version

0.14.2

License

MIT

Unpacked Size

3.35 MB

Total Files

5

Last publish

Collaborators

  • chrisvxd
  • monospaced
  • anglepoised