UNPKG

passbolt-styleguide

Version:

Passbolt styleguide contains common styling assets used by the different sites, plugin, etc.

15 lines (11 loc) 392 B
import DisplayUserTheme from "./DisplayUserTheme"; import { defaultAppContext, themes } from "./DisplayUserTheme.test.data"; export default { title: "Components/UserSetting/DisplayUserTheme", component: DisplayUserTheme, }; const context = defaultAppContext(); context.port.addRequestListener("passbolt.themes.find-all", () => themes); export const Initial = { args: { context }, };