Star button to add/remove items from favorites
Add favorite buttons to any item with an ID:
<joblist-favorite-button item-id="company-id" item-type="company"></joblist-favorite-button>
<joblist-favorite-button item-id="job-id" item-type="job"></joblist-favorite-button>
item-id - Unique identifier for the itemitem-type - Either "company" or "job"favorite-added - Fired when item is added to favoritesfavorite-removed - Fired when item is removed from favoritesstorage-required - Fired when storage connection is needed