Socket
Book a DemoInstallSign in
Socket

@d-zero/a11y-checklist

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d-zero/a11y-checklist

Database of WCAG Success Criterions

latest
npmnpm
Version
1.0.0-alpha.1
Version published
Maintainers
0
Created
Source

@d-zero/a11y-checklist

ディーゼロ独自のアクセシビリティチェックリスト

チェックリストのデータはsrc/list.yamlに記述されています。 パッケージのビルド時にJSON形式に変換され、dist/list.jsonに出力されます。

インストール

yarn add @d-zero/a11y-checklist

使用方法

import { a11yChecklist } from '@d-zero/a11y-checklist';

Viteなどを介してフロントエンドに読み込む必要がある場合、直接JSONデータを取得する際は以下のようにしてください。

/**
 * @type {import('@d-zero/a11y-checklist').A11yChecklist}
 */
const json = (await import('@d-zero/a11y-checklist/json')).default;

FAQs

Package last updated on 20 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts