livghit/laragrounds

Composer Package featuring exquisitely crafted background snippets by @ibelick.

1.0.1 2023-12-13 07:52 UTC

This package is auto-updated.

Last update: 2024-09-16 12:03:45 UTC


README

// WARNING ATM DEPRECATED

logo

Laravel - Composer Package for the https://bg.ibelick.com/ backgrounds.

Instalation

composer require livghit\laragrounds
//add this to the Service Providers
LaragroundsServiceProvider::class;

//also add this to the tailwind.config.js under require
"./vendor/livghit/laragrounds/src/Views/Components/**/*.php",

After those steps you are ready to use the backgrounds :

<main>
  //this sets the bg
  <x-dotted-dark/>
  <x-grid/>
  //below this just add you're code
  <div>HELOOO</div>
</main>

Backgorunds available at the moment:

<x-dotted-light />
<x-dotted-dark />
<x-grid-simple-light />
<x-grid-simple-dark />
<x-big-grid-colored color="red"/>
<x-big-grid-colored color="rgba(234,44,222,0.4)" />
<x-big-grid />
<x-grid-black-white />
<x-side-color />
<x-half-grid/>