@norith/glimmer-component
v1.0.2
Published
Glimmer component library
Readme
@glimmer/component
Installation
Add this package to your project with Yarn:
yarn add @glimmer/componentOr alternatively with npm:
npm install --save-dev @glimmer/componentUsage
To use this in a Glimmer application, import the package and export an extended class:
import Component from '@glimmer/component';
export default class MyComponent extends Component {
}Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer.js.
Acknowledgements
Thanks to Monegraph for funding the initial development of this library.
License
MIT License.
