1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/libs/components/src/checkbox/checkbox.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
456 B
Plaintext
Raw Normal View History

import { Meta, Canvas, Source, Primary, Controls } from "@storybook/addon-docs";
import * as stories from "./checkbox.stories";
<Meta of={stories} />
```ts
import { CheckboxModule } from "@bitwarden/components";
```
# Checkbox
<Primary />
<Controls />
## Stories
### Default
<Canvas of={stories.Default} />
### Hint
<Canvas of={stories.Hint} />
### Custom
<Canvas of={stories.Custom} />
### Intermediate
<Canvas of={stories.Indeterminate} />