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

@ministryofjustice/frontend

Package Overview
Dependencies
Maintainers
9
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ministryofjustice/frontend

The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.

  • 0.0.9-alpha
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
128K
decreased by-6.8%
Maintainers
9
Weekly downloads
 
Created

What is @ministryofjustice/frontend?

@ministryofjustice/frontend is a frontend toolkit designed to help developers build consistent and accessible web applications for the Ministry of Justice. It provides a set of reusable components, styles, and patterns that adhere to the Ministry's design guidelines.

What are @ministryofjustice/frontend's main functionalities?

Form Elements

This feature provides styled form elements such as input fields, labels, and form groups to ensure consistency and accessibility in form design.

<form>
  <div class="moj-form-group">
    <label class="moj-label" for="input-example">Example label</label>
    <input class="moj-input" id="input-example" name="input-example" type="text">
  </div>
</form>

Buttons

This feature offers pre-styled buttons that can be used to maintain a consistent look and feel across different web applications.

<button class="moj-button">Submit</button>

Navigation

This feature provides navigation components that help in creating consistent and accessible navigation menus.

<nav class="moj-navigation">
  <ul>
    <li><a href="#">Home</a></li>
    <li><a href="#">About</a></li>
    <li><a href="#">Contact</a></li>
  </ul>
</nav>

Other packages similar to @ministryofjustice/frontend

Keywords

FAQs

Package last updated on 01 Aug 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

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