We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d85fb commit f8b6cedCopy full SHA for f8b6ced
agnosticui-svelte/src/stories/Button.stories.js
@@ -1,31 +1,6 @@
1
import ButtonSlot from './ButtonSlot.svelte';
2
import { action } from '@storybook/addon-actions';
3
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
-*/
29
const actionsData = {
30
'click': action('click'),
31
'blur': action('blur'),
0 commit comments