Skip to content

Commit

Permalink
added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajsohal committed Oct 2, 2022
1 parent d328bdf commit c21885e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Electrik is a full-featured and open-source stater-kit for for your next SaaS application. It's built on top of Laravel, Livewire, neerajsohal/slate, Tailwind.

![Dashboard](art/dashboard.png "Dashboard after succeffsulll installation").

Electrik supports;
Electrik supports:
* Teams
* Subscription Billing via Stripe
* User Management
Expand Down
Binary file added art/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion resources/views/livewire/dashboard/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<div>
Hello World!
<x-slate::header full-width color="white" shadow>
<x-slot name="title">
<div class="flex items-center space-x-2">
<x-slate::icon icon="carbon-dashboard" color="black" />
<x-slate::heading tag="h1" font-bold>
dashboard
</x-slate::heading>
</div>
</x-slot>
</x-slate::header>
<div class="p-5">
<x-slate::heading>Hello Electrik!</x-slate::heading>
</div>
</div>

0 comments on commit c21885e

Please sign in to comment.