-
Notifications
You must be signed in to change notification settings - Fork 474
dbeaver/pro#6968 feat: add storybook #3767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
], | ||
"addons": [ | ||
getAbsolutePath('@storybook/addon-docs'), | ||
getAbsolutePath('@storybook/addon-onboarding') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can safely remove that plugin
"devDependencies": { | ||
"@cloudbeaver/tsconfig": "workspace:*", | ||
"@storybook/addon-docs": "^9", | ||
"@storybook/addon-onboarding": "^9", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
export default meta; | ||
type Story = StoryObj<typeof meta>; | ||
|
||
export const Default: Story = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
closes dbeaver/pro#6968