GUI for inventory

I want to create a basic inventory for my character. Can you show me some basic script and samples that would be helpful for me? thanks

GUI.Box(Rect(10,10,Screen.width / 2, Screen.height / 2), “Inventory”);

Just work from there