This addon is intended to provide basic components for easier style coordination among the Ember family of websites, although the original intent is to support the emberjs.com website. We are committed to the goal of meeting WCAG 2.0 AA conformance standards.
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v14 or above
See the visual design as a work in progress & feel free to submit ideas of your own!
git clone <repository-url>
this repositorycd ember-styleguide
npm install
See the Contributing guide for details.
- Each component must have the component name attached to the component as a CSS class.
- It may feel as though there is duplicated code throughout these components; during the WIP process, we are favoring duplication over abstraction.
- Font icons through ember-fontawesome - it is supported by the font awesome team and they render to SVG.
- In this addon, the
section
element is used as a container and is intended to span the full width of the viewport.