shoelace-ember
v0.1.3
Published
The default blueprint for Embroider v2 addons.
Downloads
114
Readme
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.