HTML

A Blade Component for HTML boilerplat!

HTML boilerplate with basic css files such as app.css, btui.css and app.js. Font awesome icons 4 src link included in the head!

<x-btui-html title="Page Title!">   <x-slot name="head">     -- your <head> tag content goes here! --   </x-slot>     -- your main <body> content goes here! --    </x-btui-html> 

Livewire styles and scripts not included!

See available options! (* means required)

name type default options
title string - -
body-class string - -
head slot - -