shoelace-ember
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i shoelace-ember

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

54.5 kB

Total Files

26

Last publish

Collaborators

  • bushbaby