File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/lib/src/search-bar Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { Meta , StoryObj } from "@storybook/react-vite" ;
22import ExampleContainer from "../../.storybook/components/ExampleContainer" ;
33import Title from "../../.storybook/components/Title" ;
4- import DxcLink from "./Link" ;
54import DxcSearchBarTrigger from "./SearchBarTrigger" ;
65import { useState } from "react" ;
76import DxcSearchBar from "./SearchBar" ;
@@ -16,7 +15,7 @@ const Link = () => {
1615 const [ showSearch , setShowSearch ] = useState ( false ) ;
1716 return (
1817 < >
19- < Title title = "With anchor " theme = "light" level = { 2 } />
18+ < Title title = "SearchBar component " theme = "light" level = { 2 } />
2019 < ExampleContainer >
2120 < DxcFlex alignItems = "center" >
2221 { ! showSearch ? (
@@ -41,7 +40,7 @@ const Link = () => {
4140 ) ;
4241} ;
4342
44- type Story = StoryObj < typeof DxcLink > ;
43+ type Story = StoryObj < typeof DxcSearchBar > ;
4544
4645export const Chromatic : Story = {
4746 render : Link ,
You can’t perform that action at this time.
0 commit comments