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) 789 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Negative = exports.Default = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const LogoPagoPAProduct_1 = require("./LogoPagoPAProduct"); exports.default = { title: "Assets/pagoPA (Product)", component: LogoPagoPAProduct_1.LogoPagoPAProduct, args: { color: "dark", }, parameters: { layout: "centered", }, }; const Template = (args) => ((0, jsx_runtime_1.jsx)(LogoPagoPAProduct_1.LogoPagoPAProduct, 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", };