0.0.4 • Published 3 years ago
@vito.falco/pagopa-editorial-components v0.0.4
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-componentsUsage
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 relativetsconfig.jsonfile.storybook: It launches a local Storybook application using 6006 port.build-storybook: It outputs a static Storybook in thestorybook-staticfolder
Contributions
Any critiques and suggestions are welcome. If you feel pretty confident, you can open a Pull Request