isolated storybook sections

This commit is contained in:
Pedro Cabral
2026-07-02 00:14:27 +02:00
parent 1bb4e096e5
commit 9c7098106f
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>