Revert "docs: add description for responsive menu component in AGENTS.md"

This reverts commit 72a2ded8ee.
This commit is contained in:
codytseng
2025-11-29 12:06:21 +08:00
parent 3eb018f39f
commit a9f115d202

View File

@@ -234,10 +234,6 @@ Properties:
- `threshold`: `number` - Height threshold for hiding the tab bar on scroll down. Default is `800`. It should larger than the height of the area above the tab bar. Normally you don't need to change this value.
- `options`: `React.ReactNode` - Additional options to display on the right side of the tab bar.
### src/components/ui/responsive-menu.tsx
A responsive menu component that adapts to screen size. On larger screens, it displays a dropdown menu. On smaller screens, it displays a drawer menu. You can see some usage examples in `src/components/ui/responsive-menu.example.tsx`.
## Common Modification Scenarios
### Adding a New Component