Skip to content

Commit

Permalink
docs(Button): add edit experience for button stories
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Mar 31, 2024
1 parent 612ad57 commit 125815d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Button/__stories__/button.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Button from "../Button";
import { Canvas, Meta } from "@storybook/blocks";
import { Meta } from "@storybook/blocks";
import {
BUTTON_GROUP,
BADGE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export const Overview = {
name: "Overview",
args: {
children: "Button"
},
parameters: {
liveEdit: { enableLiveEdit: false }
}
};

Expand Down

0 comments on commit 125815d

Please sign in to comment.