Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bmcclure/node-aluminum-components
- Owner: bmcclure
- License: other
- Created: 2016-09-24T01:53:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T16:35:20.000Z (about 7 years ago)
- Last Synced: 2024-08-09T21:19:37.258Z (5 months ago)
- Language: CSS
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.