UNPKG

@pagopa/mui-italia

Version:

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

36 lines (35 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Color = exports.Negative = exports.Default = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const FundedByNextGenerationEU_1 = require("./FundedByNextGenerationEU"); exports.default = { title: "Assets/NextGenerationEU", component: FundedByNextGenerationEU_1.FundedByNextGenerationEU, args: { variant: "outline", color: "dark", }, parameters: { layout: "centered", }, }; const Template = (args) => ((0, jsx_runtime_1.jsx)(FundedByNextGenerationEU_1.FundedByNextGenerationEU, Object.assign({}, args))); exports.Default = Template.bind({}); exports.Default.args = { variant: "outline", color: "dark", }; exports.Negative = Template.bind({}); exports.Negative.args = { variant: "filled", color: "light", }; exports.Negative.parameters = { theme: "dark", }; exports.Color = Template.bind({}); exports.Color.args = { variant: "color", color: "dark", };