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

Commit

Permalink
Added Accessiblity Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-dev committed Nov 27, 2021
1 parent f6bcf6f commit 1723a29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-postcss"
"@storybook/addon-postcss",
"@storybook/addon-a11y"
],
"features": {
"babelModeV7": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Meta, Story } from '@storybook/react';
import { SearchBarExpandable, SearchBarExpandableProps } from '..';
import { SearchBarExpandable, SearchBarExpandableProps } from '../../index';

export default {
title: 'Components/Search Bar Expandable',
Expand Down

0 comments on commit 1723a29

Please sign in to comment.