New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ember-assembly

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-assembly

A collection of beautiful UI components built by Goods

latest
Source
npmnpm
Version
2.0.0-alpha.0
Version published
Maintainers
0
Created
Source

ember-assembly

Currently WIP.

A collection of UI components built by Goods.

Installation

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v12 or above

Installation

ember install ember-assembly

Usage

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

Theming is managed through CSS variables.

  • Palette variables live in /addon/styles/palette.css
  • Typography variables live in /addon/styles/palette.css
  • Component specific variables live in the component css

License

This project is licensed under the MIT License.

Keywords

ember-addon

FAQs

Package last updated on 15 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts