Skip to content

Composer Package featuring exquisitely crafted background snippets by @ibelick.

Notifications You must be signed in to change notification settings

livghit/laragrounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Composer Package featuring exquisitely crafted background snippets by @ibelick.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages