// .storybook\preview.ts
import type { Preview } from "@storybook/react";
// NOTE:
// axe-coreはstorybook-addon-a11yをインストールした時に一緒にインストールされていました
// 別途で yarn add axe-core を実行する必要はなかったです
import AXE_LOCALE_JA from "axe-core/locales/ja.json";
const preview: Preview = {
parameters: {
a11y: {
config: {
locale: AXE_LOCALE_JA,
},
},
},
};
export default preview;
More than 1 year has passed since last update.
storybook-addon-a11yを日本語表示にする
Last updated at Posted at 2024-03-29
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme