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

[CL-29] Modal Components for the component library (#3053)

The purpose of this PR is to add Modals into the component library.

To note, this PR is focused on the visual of the modal that will "pop-up" and not the actual pop-up implementation.
This commit is contained in:
Thomas Avery
2022-07-22 10:55:45 -05:00
committed by GitHub
parent 9fef1d21a4
commit 8cb92d425c
9 changed files with 264 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export * from "./toggle-group";
export * from "./callout";
export * from "./form-field";
export * from "./menu";
export * from "./modal";
export * from "./utils/i18n-mock.service";
export * from "./tabs";
export * from "./submit-button";