Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hmcts/look-and-feel

Package Overview
Dependencies
Maintainers
16
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/look-and-feel

One Question Per Page apps made easy

  • 5.0.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

Look and Feel

Greenkeeper badge

Build Status npm (scoped) Codacy grade

GOV.UK look and feel as a single easy import (at least that's the goal).

Usage

To use look-and-feel first add it to your package.json:

yarn add @hmcts/look-and-feel

Then configure it in your app.js:

const express = require('express');
const app = express();
...
const lookAndFeel = require('@hmcts/look-and-feel');
lookAndFeel.configure(app);
...

Documentation

All documentation is stored in the [docs] folder.

Verification

Run tests:

yarn test

Run Eslint:

yarn lint

Check for Vulnerabilities:

yarn audit

FAQs

Package last updated on 31 Mar 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc