UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

28 lines (27 loc) 734 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Negative = exports.Default = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const LogoIOApp_1 = require("./LogoIOApp"); exports.default = { title: "Assets/LogoIOApp", component: LogoIOApp_1.LogoIOApp, args: { color: "dark", }, parameters: { layout: "centered", }, }; const Template = (args) => ((0, jsx_runtime_1.jsx)(LogoIOApp_1.LogoIOApp, Object.assign({}, args))); exports.Default = Template.bind({}); exports.Default.args = { color: "default", }; exports.Negative = Template.bind({}); exports.Negative.args = { color: "light", }; exports.Negative.parameters = { theme: "dark", };