Slate

Quickstart

Get your first Slate components working in under 5 minutes.

Installation

terminal
composer require electrik/slate

Your First Components

Button

example.blade.php
<x-slate::button>Click me</x-slate::button>

Input

example.blade.php
<x-slate::input placeholder="Enter your name" />

Card

Card content goes here.

example.blade.php
<x-slate::card>
    <x-slate::card-content>
        <p>Card content goes here.</p>
    </x-slate::card-content>
</x-slate::card>

Next Steps

Last updated August 21, 2026.