-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Stack): Storybook 내 버그 수정 (#147)
* feat: Stack의 gutter를 css gap 속성으로 변경 * 더 이상 quantumic-design의 관심사가 아닌 useOverlay 스토리 제거
- Loading branch information
Showing
6 changed files
with
19 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
import React from 'react'; | ||
import { QDProvider, Container } from 'src'; | ||
|
||
export const decorators = [(Story => ( | ||
<QDProvider> | ||
<Container> | ||
<Story /> | ||
</Container> | ||
</QDProvider> | ||
))]; | ||
export const decorators = [ | ||
(Story) => ( | ||
<QDProvider> | ||
<Container> | ||
<Story /> | ||
</Container> | ||
</QDProvider> | ||
), | ||
]; | ||
|
||
export const parameters = { | ||
options: { | ||
storySort: { | ||
method: '', | ||
order: ['Quantumic Design',['Welcome', 'Getting Started', 'Usage'], 'Styles', 'Components'], | ||
locales: '', | ||
order: ['Quantumic Design', ['Welcome', 'Getting Started', 'Usage'], 'Styles', 'Components'], | ||
locales: '', | ||
}, | ||
}, | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.