> ## Documentation Index
> Fetch the complete documentation index at: https://subframe-59800133-apg-edit-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Component docs

> Find documentation for Subframe components and their underlying libraries.

## Viewing component docs

Each component in your design system has documentation for its React props, source code, and interactive examples.

1. Open Subframe and click the **Components** tab in the top nav
2. Click on the component you want
3. View the props, source code, and examples

<video autoPlay muted loop playsInline controls className="w-full" src="https://hevpkratkeuc60w7.public.blob.vercel-storage.com/view-component-documentation-ygcEi4y47JotWdboZUunSHbkxdpYrh.webm" />

## Radix docs

Subframe uses [Radix](https://www.radix-ui.com/) for interactive component behavior. For components like Accordion, Dialog, or Tabs, you can find detailed prop documentation and examples in the [Radix documentation](https://www.radix-ui.com/primitives/docs/overview/introduction).

## Tailwind docs

All styling uses Tailwind CSS utility classes. Refer to the [Tailwind v3 documentation](https://v3.tailwindcss.com/docs) (or [v4 documentation](https://tailwindcss.com/docs)) for available classes and configuration options.

## Subframe core

The `@subframe/core` package is open source. You can browse the source code at [github.com/SubframeApp/subframe](https://github.com/SubframeApp/subframe/tree/main/packages/subframe-core).
