Inventory
WARNING
This component is still under development.
This component is used to create an interface similar to a Chest.
Overview
html
<Inventory title="Chest" :rows="3" :items="['stone','cobblestone']" />
Component options
Prop | Default | Description |
---|---|---|
title | The custom title to show on the GUI | |
rows | The number of rows to show (max is 16). | |
items | Available item slots. |