import { hbs } from 'ember-cli-htmlbars';
export default {
title: 'Addon/a11y',
parameters: {
options: { selectedPanel: '@storybook/a11y/panel' },
},
};
export const Default = () => hbs``;
export const Label = () => hbs``;
export const Disabled = () => hbs``;
export const InvalidContrast = () =>
hbs``;
InvalidContrast.story = {
name: 'Invalid contrast',
};