isolated storybook sections

This commit is contained in:
Pedro Cabral
2026-07-02 00:14:27 +02:00
parent 38df2d4fc8
commit 6cda24acd1
5 changed files with 64 additions and 67 deletions

View File

@@ -0,0 +1,7 @@
<section class="space-y-2">
<h2 class="text-xl font-semibold">Typography</h2>
<p class="text-text">Default text</p>
<p class="text-text-muted">Muted text</p>
<p class="text-primary">Primary text</p>
</section>