Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
/ macinstyle Public archive

A CSS framework built to look like macOS. Looks like macOS 11, Big Sur. Brand new, still in development.

License

Notifications You must be signed in to change notification settings

alechash/macinstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macinstyle

Macinstyle is a front-end framework to look like macOS Big Sur. A new version is released with a new version of macOS.
Macinstyle is still in heavy development and only supports a few components. Use if you would like but I don't suggest using it yet!

Documentation

Coming soon, not written. All documentation is available in Markdown here. Or website here.

Usage

To use macinstyle you need to make sure your app has access to the CSS/JS files. There are currently two ways to do this.

CDN

This CDN defaults to the latest version of Macinstyle. It is discouraged to do this so we recommend downloading and hosting the files yourself.
Import the files and scripts using a CDN:

CSS:

<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/mr-winson/macinstyle/src/macinstyle.css'>

JS:

<script src='https://cdn.jsdelivr.net/gh/mr-winson/macinstyle/src/macinstyle.js'></script>

Download Source

Head over to /builds and download the macos-*.*.*.zip (replace stars with the version you want to use) file and extract it. It has all the CSS/JS you need. Or you can go to releases.

Credits

Check CREDITS for all credits.