high-five/component-library

Component library module for Craft CMS websites

dev-master 2023-11-15 23:47 UTC

This package is auto-updated.

Last update: 2024-04-16 00:53:58 UTC


README

Installation

composer require high-five/component-library

Load Module

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