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

h8k-design

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h8k-design

A CSS based design library

  • 1.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.2K
decreased by-33.12%
Maintainers
1
Weekly downloads
 
Created
Source

The H8k design library aims to standardize the user interface of the Frontend Problem Statements created in the Hackerrank platform.

This library makes use of CSS Variables and SCSS to make the stylesheets modular and customisable. You can modify the

Get Started

  1. Install the library

    NPM
    npm i h8k-design --save 
    
    CDN
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/h8k-design@latest/dist/index.css"    
    
  2. Reference the assets in your Frontend project:

    React

    Include the compiled index.css from the dist folder in your index.css and you are good to go.

    @import 'node_modules/h8k-design/dist/index.css';
    

    Angular

    Include the compiled index.css from the dist folder in your style.css.

    @import 'node_modules/h8k-design/dist/index.css';
    

Note: If you are using scss or sass, it is also possible to include the index.scss file from 
the lib folder.

@import "node_modules/h8k-design/lib/index.scss" 

Demo

Check out the Live Demo

FAQs

Package last updated on 28 Jun 2020

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