Developers

The Cupcake Component Library provides front-end developers & engineers a collection of reusable HTML and SCSS partials to build user interfaces.

Installation

There are multiple ways to get started with Cupcake. You can install manually, from a CDN or use package managers.

The suggested way to use Cupcake is with a package manager.

Using npm:

npm install @cupcake-ds/cupcake  --save


This will pull down the latest version into your local node_modules folder and save it into your project’s dependencies in package.json.


Install manually

Download the compiled and minified CSS file:

Download CSS

Include cupcake.css located in /dist in your application. You can also add experimental.css for using experimental features.

<link rel="stylesheet" href="cupcake.min.css">
<link rel="stylesheet" href="experimental.min.css">

Install from CDN

Alternatively, you can use the unpkg CDN to load the compiled files.

To use the css at the page level - simply include default.min.css in your HTML file:

<link rel="stylesheet" href="https://unpkg.com/@cupcake-ds/cupcake/dist/cupcake.css">

Angular Support

Cupcake has also been extended with many well-designed and implemented components built on top of Angular, one of the most popular JavaScript frameworks in the industry.

You can find some of those in the resources section here.


Continue to Elements