mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[CL-456] Add container story (#15621)
* 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>
This commit is contained in:
13
libs/components/src/container/container.mdx
Normal file
13
libs/components/src/container/container.mdx
Normal file
@@ -0,0 +1,13 @@
|
||||
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 />
|
||||
Reference in New Issue
Block a user