Opinionated UI addon based on how KUB scaffolds web applications
- Ember.js v4.12 or above
- Embroider or ember-auto-import v2
ember install @nrg-ui/core
Ember NRG UI is an opinionated UI addon based on how KUB scaffolds web applications. The addon provides the skeleton of an Ember app so that a developer can immediately start solving a business problem. It includes an application shell with sidebar navigation and typical UI components to get you started.
The following values are available to be set via the @nrg-ui/core
configuration object in your ember-cli-build.js
file:
interface EmbroiderConfig {
appVersion: string; // Intended to be used with @nrg-ui/version
}
See the Contributing guide for details.
This project is licensed under the MIT License.