Skip to content

Commit

Permalink
removed unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Sep 6, 2024
1 parent 35799aa commit 32a20e5
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions src/molecules/input-field/input-field.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,65 +54,8 @@ export const InputFileField = {
export default {
title: 'Molecules/Input Field',
component: InputField,
render: () => (
<>
<Label size="md">Input Field</Label>
<Input type="text" />
</>
),
parameters: {
layout: 'centered',
},
tags: [ 'autodocs' ],
// argTypes: {
// variant: {
// name: 'Variant',
// description: 'Defines the style variant of the badge.',
// control: 'select',
// options: [ 'neutral', 'red', 'yellow', 'green', 'blue', 'inverse' ],
// table: {
// type: { summary: 'string' },
// defaultValue: { summary: 'neutral' },
// },
// },
// size: {
// name: 'Size',
// description: 'Defines the size of the badge.',
// control: 'select',
// options: [ 'xs', 'sm', 'md', 'lg' ],
// table: {
// type: { summary: 'string' },
// defaultValue: { summary: 'md' },
// },
// },
// type: {
// name: 'Type',
// description: 'Defines the type of the badge.',
// control: 'select',
// options: [ 'pill', 'rounded' ],
// table: {
// type: { summary: 'string' },
// defaultValue: { summary: 'pill' },
// },
// },
// disabled: {
// name: 'Disabled',
// description: 'Defines if the badge is disabled.',
// control: 'boolean',
// table: {
// type: { summary: 'boolean' },
// defaultValue: { summary: 'false' },
// },
// },
// closable: {
// name: 'Clasable',
// description: 'Defines if the badge is closable.',
// control: 'boolean',
// table: {
// type: { summary: 'boolean' },
// defaultValue: { summary: 'true' },
// },
// },
// label: { control: 'text', defaultValue: 'Badge' },
// },
};

0 comments on commit 32a20e5

Please sign in to comment.