mirror of
https://github.com/bitwarden/browser
synced 2026-01-28 15:23:53 +00:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
import { Meta, Primary, Title, Description } from "@storybook/addon-docs/blocks";
|
|
|
|
import * as stories from "./container.stories";
|
|
|
|
<Meta of={stories} />
|
|
|
|
```ts
|
|
import { ContainerComponent } from "@bitwarden/components";
|
|
```
|
|
|
|
<Title />
|
|
<Description />
|
|
<Primary />
|