UNPKG

v-ingredients

Version:

Reusable Components

18 lines (14 loc) 251 B
# Small Offer Box ## Implemented Components * [Box](../Box/README.md) ## Interface ```typescript ISmallOfferBox { id: string; href?: string, picture: string; title: string, value: string | number, afterIcon: boolean, } ```