Skip to content

[WIP] This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app. This is not ready for production yet, but will be soon!

License

Notifications You must be signed in to change notification settings

dbollinger/ember-styleguide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ember-styleguide Build Status Latest NPM release

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.

Contributions are encouraged! You'll notice that the issues in this repository have been labeled to help you find the issue that is just right for you!

See the visual design as a work in progress & feel free to submit ideas of your own!

Installation

  • git clone <repository-url> this repository
  • cd ember-styleguide
  • yarn install

Running

Running Tests

  • yarn test:all (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

WIP Notes

  • 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.
  • The es-pagewrapper component has a property to indicate if there will be a sidebar or not. There might be a better way to do this.
  • In this addon, the section element is used as a container and is intended to span the full width of the viewport.

About

[WIP] This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app. This is not ready for production yet, but will be soon!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.2%
  • CSS 39.4%
  • HTML 7.4%