mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
* add container story * Update libs/components/src/container/container.component.ts Co-authored-by: Vicki League <vleague@bitwarden.com> * use lorem ipsum for example --------- Co-authored-by: Vicki League <vleague@bitwarden.com>
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
import { Meta, Primary, Title, Description } from "@storybook/addon-docs";
|
|
|
|
import * as stories from "./container.stories";
|
|
|
|
<Meta of={stories} />
|
|
|
|
```ts
|
|
import { ContainerComponent } from "@bitwarden/components";
|
|
```
|
|
|
|
<Title />
|
|
<Description />
|
|
<Primary />
|