mc.css lets you use Minecraft's design system in pure CSS, with extra features included with React.
For just CSS, you can use a CDN:
@import url("https://unpkg.com/@klashdevelopment/mc.css/styles/index.css");<link rel="stylesheet" href="https://unpkg.com/@klashdevelopment/mc.css/styles/index.css" />For CSS or React, you can use the NPM package:
npm install @klashdevelopment/mc.cssThen, import the react components:
import { ... } from "@klashdevelopment/mc.css";A lot of the assets here come from CCLeaf, which Klash provides a node package for interfacing with for HD & SD minecraft icons, 3d renders of mobs/structures, icons, effects, particles, etc. You can find it here: npm:@klashdevelopment/mcicons
Feel free to contribute! You can build the React package with npm run build, or the CSS in styles/index.css.