Files
tabler/docs/content/ui/getting-started/frameworks/index.mdx
T

22 lines
977 B
Plaintext

---
title: Frameworks
description: Step-by-step guides for integrating Tabler with popular frameworks.
summary: Pick your framework and get a working Tabler page in minutes.
hide-pagination: true
---
import DocsCard from '@components/DocsCard.astro'
import DocsChildrenCards from '@components/DocsChildrenCards.astro'
Tabler is framework-agnostic: it styles standard HTML, so it works with any stack that renders markup. Each guide below shows the fastest path to a working Tabler page — installing `@tabler/core`, wiring the styles and scripts where your framework expects them, and rendering a first component.
<div class="row g-3">
<DocsChildrenCards url="/ui/getting-started/frameworks" />
<DocsCard title="ASP.NET Core" icon="brand-c-sharp" description="Integrate Tabler with ASP.NET Core." />
<DocsCard title="Flask" icon="flask" description="Integrate Tabler with Flask." />
<DocsCard title="HTMX" icon="html" description="Integrate Tabler with HTMX." />
</div>