mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 12:56:12 +02:00
💄 Reformat affected JS files
This commit is contained in:
parent
3efd5cb9e8
commit
ecbedf847f
28 changed files with 720 additions and 285 deletions
|
@ -4,16 +4,14 @@ import Components from "@target/components";
|
|||
import Icons from "@target/icons";
|
||||
|
||||
export default {
|
||||
title: 'Buttons/Simple Button',
|
||||
title: "Buttons/Simple Button",
|
||||
component: Components.SimpleButton,
|
||||
};
|
||||
|
||||
export const Default = {
|
||||
render: () => (
|
||||
<Components.StoryWrapper>
|
||||
<Components.SimpleButton>
|
||||
Simple Button
|
||||
</Components.SimpleButton>
|
||||
<Components.SimpleButton>Simple Button</Components.SimpleButton>
|
||||
</Components.StoryWrapper>
|
||||
),
|
||||
};
|
||||
|
@ -27,4 +25,4 @@ export const WithIcon = {
|
|||
</Components.SimpleButton>
|
||||
</Components.StoryWrapper>
|
||||
),
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue