feat: space card for spaces list
This commit is contained in:
parent
92db29278d
commit
fec29bcc0e
7 changed files with 92 additions and 8 deletions
8
internal/ui/blocks/page_header.templ
Normal file
8
internal/ui/blocks/page_header.templ
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package blocks
|
||||
|
||||
templ PageHeader(heading, subHeading string) {
|
||||
<div class="mb-8">
|
||||
<h1 class="text-3xl font-bold">{ heading }</h1>
|
||||
<p class="text-muted-foreground mt-2">{ subHeading }</p>
|
||||
</div>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue