2.0.0-alpha.0 • Published 10 months ago

ember-assembly v2.0.0-alpha.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 months ago

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.

1.7.3

10 months ago

2.0.0-alpha.0

10 months ago

1.7.1

10 months ago

1.7.0

10 months ago

1.5.2

10 months ago

1.6.0

10 months ago

1.5.1

10 months ago

1.5.0

10 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.2.1

2 years ago

1.0.6

2 years ago

0.17.0

3 years ago

0.17.1

3 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.15.1

4 years ago

0.13.3

4 years ago

0.13.0

4 years ago

0.13.1

4 years ago

0.11.0

5 years ago

0.12.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.0.1

7 years ago