Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Front-end framework with a built-in dark mode and full customizability using CSS variables; great for building dashboards and tools
Front-end framework with a built-in dark mode and full customizability using CSS variables; great for building dashboards and tools.
Newmoon is forked from Halfmoon with the aim to provide a very lightweight alternative to heavy frameworks like Bootstrap or Bulma. If you are looking for a drop-in replacement for Halfmoon instead, have a look at Fullmoon. All changes are logged in the changelog.
prefers-color-scheme
.To learn more, go to the documentation.
The quickest way to get started with Newmoon is by using the CDN to include the following files:
<!-- Halfmoon CSS -->
<link href="https://cdn.jsdelivr.net/npm/newmoon@2.0.0/dist/newmoon.min.css" rel="stylesheet" />
npm install newmoon
After installation, the required CSS file can be imported in the following way:
// Include CSS file
require("newmoon/dist/newmoon.min.css");
You can use the starter template generator to generate boilerplates for your project. The generator takes your settings and adds the appropriate classes and defines the required containers and elements.
Once again, we recommend reading the documentation, as it contains a lot of examples to help you quickly build websites.
Newmoon is licensed under the MIT license.
Copyright 2022, Moritz Marquardt & others, see LICENSE.
Based on Halfmoon (by Halfmoon UI), which in turn is based on Bootstrap.
FAQs
Front-end framework with a built-in dark mode and full customizability using CSS variables; great for building dashboards and tools
We found that newmoon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.