Skip to content

Commit f8b6ced

Browse files
Prune comment
1 parent 91d85fb commit f8b6ced

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

agnosticui-svelte/src/stories/Button.stories.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,6 @@
11
import ButtonSlot from './ButtonSlot.svelte';
22
import { action } from '@storybook/addon-actions';
33

4-
/*
5-
import Input from './Input.svelte';
6-
import { action } from '@storybook/addon-actions';
7-
8-
const actionsData = {
9-
'click': action('click'),
10-
'blur': action('blur'),
11-
'change': action('change'),
12-
'input': action('input'),
13-
'focus': action('focus'),
14-
}
15-
16-
export default {
17-
title: 'Input',
18-
component: Input,
19-
};
20-
21-
const Template = ({ ...args }) => ({
22-
Component: Input,
23-
props: args,
24-
on: {
25-
...actionsData,
26-
}
27-
});
28-
*/
294
const actionsData = {
305
'click': action('click'),
316
'blur': action('blur'),

0 commit comments

Comments
 (0)