Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 08dfe35

Browse files
committed
Update doc
1 parent aa377e4 commit 08dfe35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/stories/customComponents/Header.stories.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import { storiesOf } from '@storybook/react';
44

55
import { Header } from '@buffetjs/custom';
6-
import { InputText } from '@buffetjs/core';
6+
// import { InputText } from '@buffetjs/core';
77
import styled from 'styled-components';
88

99
import Presentation from '../ui/Presentation';
@@ -41,13 +41,13 @@ function HeaderStory() {
4141
color: 'success',
4242
type: 'submit',
4343
},
44-
// Passing custom component
45-
{
46-
Component: InputText,
47-
className: 'input-wrapper',
48-
name: 'example',
49-
key: 'example',
50-
},
44+
// // Passing custom component
45+
// {
46+
// Component: InputText,
47+
// className: 'input-wrapper',
48+
// name: 'example',
49+
// key: 'example',
50+
// },
5151
];
5252

5353
const props = {

0 commit comments

Comments
 (0)