Skip to content

Commit 269625a

Browse files
docs: Split ui library documentation into guides (#4774)
Split the UI library integration guide into individual how-to guides for Shadcn/ui, Material-UI, Framer Motion, and Chakra UI. --- [Open in Web](https://cursor.com/agents?id=bc-8573175f-c315-4c20-a848-fc2e39ef00eb) • [Open in Cursor](https://cursor.com/background-agent?bcId=bc-8573175f-c315-4c20-a848-fc2e39ef00eb) Learn more about [Background Agents](https://docs.cursor.com/background-agent/web-and-mobile) Co-authored-by: Cursor Agent <[email protected]>
1 parent 4c18a66 commit 269625a

File tree

6 files changed

+2778
-3
lines changed

6 files changed

+2778
-3
lines changed

docs/router/framework/react/how-to/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ This directory contains focused, step-by-step instructions for common TanStack R
1414
- [Set Up Server-Side Rendering (SSR)](./setup-ssr.md) - Implement SSR with TanStack Router
1515
- [Migrate from React Router v7](./migrate-from-react-router.md) - Complete migration guide from React Router v7
1616

17+
### UI Library Integration
18+
19+
- [Integrate with Shadcn/ui](./integrate-shadcn-ui.md) - Set up Shadcn/ui components with animations and styling
20+
- [Integrate with Material-UI (MUI)](./integrate-material-ui.md) - Configure MUI components with proper theming and TypeScript
21+
- [Integrate with Framer Motion](./integrate-framer-motion.md) - Add smooth animations and transitions to your routes
22+
- [Integrate with Chakra UI](./integrate-chakra-ui.md) - Build responsive, accessible UIs with Chakra UI components
23+
1724
## Using These Guides
1825

1926
Each guide follows a consistent structure:

0 commit comments

Comments
 (0)