0.0.4 • Published 1 year ago

@vito.falco/pagopa-editorial-components v0.0.4

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

pagoPA Editorial Components

A react component library to be used to compose pagoPa product pages based on MUI italia

Installation

To add this package to your package.json run in your terminal:

// with npm
$ npm install @pagopa/editorial-components
// with yarn
$ yarn add @pagopa/editorial-components

Usage

import { Hero } from "@pagopa/editorial-components";
  ...
  <Hero />
  ...

CLI Commands

Here's an explanation of the commands you can find in the package.json:

  • build: It compiles the entire project using the relative tsconfig.json file.
  • storybook: It launches a local Storybook application using 6006 port.
  • build-storybook: It outputs a static Storybook in the storybook-static folder

Contributions

Any critiques and suggestions are welcome. If you feel pretty confident, you can open a Pull Request