Skip to content
This repository was archived by the owner on Feb 23, 2022. It is now read-only.

Commit 1723a29

Browse files
committed
Added Accessiblity Plugin
1 parent f6bcf6f commit 1723a29

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.storybook/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
"addons": [
1111
"@storybook/addon-links",
1212
"@storybook/addon-essentials",
13-
"@storybook/addon-postcss"
13+
"@storybook/addon-postcss",
14+
"@storybook/addon-a11y"
1415
],
1516
"features": {
1617
"babelModeV7": true,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Inputs/SearchBarExpandable/SearchBarExpandable.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useState } from 'react';
22
import { Meta, Story } from '@storybook/react';
3-
import { SearchBarExpandable, SearchBarExpandableProps } from '..';
3+
import { SearchBarExpandable, SearchBarExpandableProps } from '../../index';
44

55
export default {
66
title: 'Components/Search Bar Expandable',

0 commit comments

Comments
 (0)