Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 973 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 973 Bytes

// 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/>