A collection of beautiful UI components built by Goods.
Currently WIP.
A collection of UI components built by Goods.
ember install ember-assembly
See components full list of components.
By default the base scale is 5px. This can be adjusted by setting the value in environment.js.
Example
module.exports = function (environment) {
let ENV = {
...,
"ember-assembly": {
layout: {
"base-scale": 8,
},
},
...
}
Theming is managed through CSS variables.
/addon/styles/palette.css/addon/styles/palette.cssThis project is licensed under the MIT License.