Download

Download MachinaCore to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn and more.

CDN via unpkg

All files included in @machina/core npm package are available over a unpkg CDN. Use it to deliver cached version of MachinaCore’s compiled CSS and JS to your project.

<script src="https://unpkg.com/@machina/core@/dist/js/machina.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@machina/core@/dist/css/machina.min.css">

You can also include additional MachinaCore plugins:


Package managers

Install MachinaCore in your Node.js powered apps with the npm package:

npm install @machina/core

MachinaCore uses other packages to enhance the functionality for example charts and input masks. These are not automatically installed to avoid huge dependency trees and need to be installed by using npm install. We support the following packages as of writing.

For the complete list of supported packages you can check the peerDependencies section in our package.json