How would one write a reusable component that could be used across Ember Apps?

Everything I have created so far for my application has been inside it’s own scope. App.Foo.

What if I wrote a module that I wanted to reuse for other Ember Apps and just use it by including the file. Is this possible?

1 Like

It looks like you have used EAK or Ember CLI, but I suggest checking out Ember CLI Addons.

1 Like

I’ll check this out thank you :slight_smile: