
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
h8k-design
Advanced tools
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
Install the library
npm i h8k-design --save
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/h8k-design@latest/dist/index.css"
Reference the assets in your Frontend project:
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';
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"
Check out the Live Demo
FAQs
A CSS based design library
The npm package h8k-design receives a total of 5,103 weekly downloads. As such, h8k-design popularity was classified as popular.
We found that h8k-design demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.