@groupe-psa/psa-business-theme

PSA Business Theme


Keywords
psa, business, theme
License
MIT
Install
npm install @groupe-psa/psa-business-theme@1.0.2

Documentation

PSA business theme

Classic business-oriented visual theme for "Groupe PSA" Web applications.

Installation

Install the psa-business-theme NPM module as a dependency:

npm install psa-business-theme --save

Then link the stylesheet from your HTML code:

<!DOCTYPE HTML>
<html lang="en">
  <head>
    <title>My page</title>
    <meta charset="UTF-8">
    <link rel="stylesheet" type="text/css" href="node_modules/psa-business-theme/psa-business-theme.min.css">
  </head>
  <body>
    <h1>Hello World!</h1>
  </body>
</html>