Skip to content

Commit

Permalink
docs(LegacySearch): add import statement from root, add deprecation w…
Browse files Browse the repository at this point in the history
…arning
  • Loading branch information
YossiSaadi committed Apr 17, 2024
1 parent 4504ff6 commit 4ba93b6
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Canvas, Meta } from "@storybook/blocks";
import { UsageGuidelines } from "vibe-storybook-components";
import { DeprecatedWarning, UsageGuidelines } from "vibe-storybook-components";
import {
COMBOBOX,
DROPDOWN,
Expand All @@ -12,6 +12,8 @@ import * as LegacySearchStories from "./LegacySearch.stories";

# LegacySearch

<DeprecatedWarning alternativeName="Search" alternativeLink="/?path=/docs/inputs-search" />

- [Overview](#overview)
- [Props](#props)
- [Usage](#usage)
Expand All @@ -27,6 +29,12 @@ LegacySearch lets users quickly find relevant content. A search field allows a u

<Canvas of={LegacySearchStories.Overview} />

## Import

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

## Props

<PropsTable />
Expand Down

0 comments on commit 4ba93b6

Please sign in to comment.