+ View example
+
+
+```js title="path/to/plugin/amd/src/yourcomponent.js"
+import search_combobox from 'core/comboboxsearch/search_combobox';
+
+export default class extends search_combobox {
+ (...)
+}
+```
+
+
+
+
+### Instantiate a Component
+
+If you'll be using JS for other functionality, you can do the following:
+
+