Introduce ViewComponent
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
https://viewcomponent.org
This commit is contained in:
7
app/components/header_compact_component.html.erb
Normal file
7
app/components/header_compact_component.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<header class="py-10">
|
||||
<div class="max-w-xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h1 class="text-3xl font-bold text-white text-center">
|
||||
<%= @title %>
|
||||
</h1>
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user