First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
<div class="text-center mb-16">
|
||||
<h2 class="text-section-title mb-8">Button-Demo</h2>
|
||||
<div class="flex flex-wrap justify-center gap-4">
|
||||
<button class="btn-primary">Primary Button</button>
|
||||
<button class="btn-secondary">Secondary Button</button>
|
||||
<button class="btn-accent">Accent Button</button>
|
||||
</div>
|
||||
|
||||
<div class="mt-8">
|
||||
<p class="text-sm text-muted-foreground mb-4">Hover-Effekte:</p>
|
||||
<div class="flex flex-wrap justify-center gap-4">
|
||||
<button class="btn-primary-accent">
|
||||
Primary → Accent (Hover)
|
||||
</button>
|
||||
<button class="btn-secondary-accent">
|
||||
Secondary → Accent (Hover)
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue