UNPKG

v-ingredients

Version:

Reusable Components

25 lines (19 loc) 242 B
# Box ## Props ```javascript showShadow: { type: Boolean, default: false, } shadowBottom: { type: Boolean, default: true, } ``` ## Interface ```typescript IBox { showShadow: boolean; shadowBottom: boolean; } ```