UNPKG

258 BJavaScriptView Raw
1import React from 'react';
2import Input from './Input';
3export default {
4 title: 'Components/Input',
5 component: Input,
6};
7const Template = (args) => React.createElement(Input, { ...args });
8export const Default = Template.bind({});
9Default.args = {};