Introduction

Electrik Slate UI Kit is a set of beautiful anonymous blade components built using tailwindcss for your next Laravel project.

Requirements

  • PHP 7.4+
  • Laravel 7+
  • Tailwindcss
  • Alpine.js (required for some components)

Slate UI kit is entirely dependent on Tailwind CSS. If you are using another CSS framework, conflicts may occur. It is not advised to use this kit with any other CSS framework.

How does it look?

Below are some examples of the Slate components

Buttons

Below are various button with different props



<x-slate::button color="primary">
    Primary button
</x-slate::button>
<x-slate::button color="secondary">
    Secondary button
</x-slate::button>
<x-slate::button color="primary" disabled>
    Disabled button
</x-slate::button><br/><br/>
<x-slate::button icon="carbon-arrow-right" icon-position="after">
    Button with icon
</x-slate::button>

Badges

Everything in Electrik Slate is driven by props. These props are same as how Blade props work.

primary small outlined large
<x-slate::badge color="primary">
    primary
</x-slate::badge>
<x-slate::badge color="black" outlined size="sm">
    small outlined
</x-slate::badge>
<x-slate::badge color="black" size="lg">
    large
</x-slate::badge>
time Last updated on 2024-08-24T05:26:56+00:00

Stay in Touch

Be the first to know about the latest releases and features.