Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmcclure/node-aluminum-components

A set of reusable web components (JS, SCSS mixins and styles, and template examples) for quickly building custom themes and web applications.
https://github.com/bmcclure/node-aluminum-components

Last synced: about 1 month ago
JSON representation

A set of reusable web components (JS, SCSS mixins and styles, and template examples) for quickly building custom themes and web applications.

Awesome Lists containing this project

README

        

Aluminum Components
==========

A set of reusable web components (JS, SCSS mixins and styles, and template examples) for quickly building custom themes
and web applications.

## Installation

npm install aluminum-components --save

## Usage

Full documentation is coming. In the meantime, the easiest way to get started is using Eyeglass.

If using Eyeglass, you can include the default set of Aluminum Components

@import "aluminum-components/base"

If using with Drupal, you may wish to include the base set of default Drupal components as well:

@import "aluminum-components/drupal"

## Contributing

All help is appreciated, especially in the form of bug reports and pull requests.