Skip to content

Commit

Permalink
migrate button component over to composition api and plain css
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Sep 27, 2024
1 parent 6ac1552 commit ebc1f1a
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ export const VisualTestCriticalGhostVariant: MtButtonStory = {
},
};

export const VisualTestActionVariant: MtButtonStory = {
name: "Render the action variant",
args: {
default: "Action button",
variant: "action",
},
};

export const VisualTestSmallSize: MtButtonStory = {
name: "Render the small size",
args: {
Expand Down
Loading

0 comments on commit ebc1f1a

Please sign in to comment.