mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 02:44:01 +00:00
30 lines
386 B
Plaintext
30 lines
386 B
Plaintext
import {
|
|
Meta,
|
|
Canvas,
|
|
Source,
|
|
Primary,
|
|
Controls,
|
|
Title,
|
|
Description,
|
|
} from "@storybook/addon-docs/blocks";
|
|
|
|
import * as stories from "./search.stories";
|
|
|
|
<Meta of={stories} />
|
|
|
|
```ts
|
|
import { SearchModule } from "@bitwarden/components";
|
|
```
|
|
|
|
<Title>Search field</Title>
|
|
<Description />
|
|
|
|
<Primary />
|
|
<Controls />
|
|
|
|
## Stories
|
|
|
|
### Default
|
|
|
|
<Canvas of={stories.Default} />
|