🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@groupe-psa/psa-business-theme

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupe-psa/psa-business-theme

PSA Business Theme

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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>

Keywords

psa

FAQs

Package last updated on 08 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts