Skip to content

Commit

Permalink
Create newsletter-signup-example.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 2, 2024
1 parent 7dbb4bb commit 313ade1
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<x-hyde-ui::layouts.focus>
<x-hyde-ui::card>
<x-slot name="title">
Let your creativity flow!
</x-slot>

<x-slot name="main" style="padding-top: 0; padding-bottom: 0;">
<x-hyde-ui::prose>
<x-hyde-ui::markdown>
The UI kit is minimal by design. It's up to **you** to create something _amazing_.

Maybe create a form to collect newsletter subscriptions?
</x-hyde-ui::markdown>
</x-hyde-ui::prose>
</x-slot>

<x-slot name="footer" class="text-center flex">
<x-hyde-ui::input placeholder="Enter email" />

<x-hyde-ui::button-primary>
Subscribe
</x-hyde-ui::button-primary>
</x-slot>
</x-hyde-ui::card>
</x-hyde-ui::layouts.focus>

0 comments on commit 313ade1

Please sign in to comment.