@nrg-ui/core
v0.53.0
Published
Design system for Ember.js built on top of Bootstrap
Readme
@nrg-ui/core
Opinionated UI addon based on how KUB scaffolds web applications
Compatibility
- Ember.js v5.9 or above
- Embroider or ember-auto-import v2
Installation
ember install @nrg-ui/coreUsage
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.
Embroider Configuration
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
}Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
