Ember input component for easily building template strings from an available list of options.
Install with the following command (requires Ember CLI).
ember install ember-template-inputNote: This addon doesn't work with the Grammarly extension enabled.
optionsis an array of strings, e.g.['option1', 'option2'].templateis a string in the form of 'my string {option1} and {option2}', whereoption1andoption2exist in theoptionsarray.onChangeis an action that returns the updated template.
git clone <repository-url>this repositorycd ember-template-inputnpm install
npm run lint:jsnpm run lint:js -- --fix
ember test– Runs the test suite on the current Ember versionember test --server– Runs the test suite in "watch mode"ember try:each– Runs the test suite against multiple Ember versions
ember serve- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.