Skip to content

Commit

Permalink
docs(Search): add import statement from /next
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Apr 17, 2024
1 parent 6c2e0d2 commit 4504ff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/components/Search/__stories__/Search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Search lets users quickly find relevant content. A search field allows a user to

<Canvas of={SearchStories.Overview} />

## Import

```ts
import { Search } from "monday-ui-react-core/next";
```

## Props

<PropsTable />
Expand Down

0 comments on commit 4504ff6

Please sign in to comment.