Skip to content

mc.css lets you use Minecraft's design system in pure CSS, with extra features included with React.

Notifications You must be signed in to change notification settings

klashdevelopment/mc.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mc.css

mc.css lets you use Minecraft's design system in pure CSS, with extra features included with React. mc.css

Installation

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.css

Then, import the react components:

import { ... } from "@klashdevelopment/mc.css";

Icons

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

Contributions

Feel free to contribute! You can build the React package with npm run build, or the CSS in styles/index.css.

About

mc.css lets you use Minecraft's design system in pure CSS, with extra features included with React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published