composer require high-five/component-library
Load the module in the config/app.php
file:
<?php
return [
'modules' => [
'component-library' => ComponentLibrary::class,
],
'bootstrap' => [
'component-library'
],
];
Make sure to run ddev composer dumpautoload
after adding this