0.1.1 • Published 7 months ago

shoelace-ember v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

shoelace-ember

Addon that integrates shoelace into your EmberJS application.

Compatibility

  • Ember.js v3.28 or above
  • Embroider or ember-auto-import v2

Installation

ember install shoelace-ember

Usage

After installation you should be able to use any shoelace component. For detailed usage instruction view usage documention of shoelace.

Configuration

Your application use it environment to set some configuration options.

shoelace: {
  // optional, defaults to  '/shoelace-ember'
  basePath: '/shoelace-ember',
  // optional, defaults to 'auto'
  theme: 'light',
  // optional, list of languages to include, defaults to auto detected language is also included
  languages: [],
  // optional, defaults to auto detected language
  language: 'auto',
  // optional, when omitted all components are included
  components: []
}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

0.1.1

7 months ago

0.1.0

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago