Addon that integrates shoelace into your EmberJS application.
- Ember.js v3.28 or above
- Embroider or ember-auto-import v2
ember install shoelace-ember
After installation you should be able to use any shoelace component. For detailed usage instruction view usage documention of shoelace.
You may set some configuration options via the environment file.
'shoelace-ember': {
// 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: []
}
See the Contributing guide for details.
This project is licensed under the MIT License.