1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

Add storybook to web (#2926)

This commit is contained in:
Oscar Hinton
2022-06-17 16:23:04 +02:00
committed by GitHub
parent 19caa7bfe0
commit 98152fee54
12 changed files with 81 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import { Meta, Story } from "@storybook/angular";
import { ButtonDirective } from "./button.directive";
export default {
title: "Jslib/Button",
title: "Component Library/Button",
component: ButtonDirective,
args: {
buttonType: "primary",