
Hi Oliver,
Your array is not defined correctly, each component must be an array value. So your code should be the following:
beans_uikit_enqueue_components( array( 'close', 'cover', 'modal', 'overlay', /* etc... */ ) );
I just noticed that there was a mistake in the documentation, I updated it.
Have fun,