PHP code example of ideatocode / nova-spacer-card
1. Go to this page and download the library: Download ideatocode/nova-spacer-card library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ideatocode / nova-spacer-card example snippets
use Ideatocode\NovaSpacerCard\NovaSpacerCard;
// ...
public function cards()
{
return [
(new NovaSpacerCard)->width('full')->classes('bg-gray-800')->style('height: 1.5rem'),
];
}