Native Library and buttons

When I code this at the top as the new pointer to the widgets lib:

local widget = require(“widgetLibrary.widget”)

I get a blank Sim screen or I get “Attempt to index field ‘colours’ (a nil value)”

As soon I remove widgetLibrary and it just reads  

local widget = require(“widget”)

then everything shows up on the Sim screen but without the snazzy widget art that’s included in this library.

The corona widgetLibrary (gotten from github) is placed in the directory folder.

Am I doing something wrong in order to get the snazzy art to show for these widgets? (Same behavior for segmented control/pickerwheel/Table Widget)