Skip to content

Commit

Permalink
feat(ui): add missing stories and fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bar-tay committed Nov 28, 2023
1 parent 97fdc80 commit 09c41cf
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 155 deletions.
18 changes: 0 additions & 18 deletions packages/storybook/.storybook/preview.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/ui-library/.storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { addons } from '@storybook/addons';
import boilerTheme from './boilerTheme';

addons.setConfig({
showPanel: false,
theme: boilerTheme,
});
1 change: 1 addition & 0 deletions packages/ui-library/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import '../../assets/fonts/fonts.css';

export default {
parameters: {
layout: 'centered',
actions: {
argTypesRegex: '^on[A-Z].*',
},
Expand Down
Loading

0 comments on commit 09c41cf

Please sign in to comment.