|
1 | 1 | export const metadata = { |
2 | | - title: 'Image Hover', |
3 | | - description: 'A image component with a hover effect, where the image scales up and casts a shadow when hovered over. The image also has a hover effect for the text, where the text scales up and turns bold when hovered over.', |
| 2 | + title: "Tabs - Animated Sliding Pill Tabs Component", |
| 3 | + description: "A modern, accessible React tabs component with smooth sliding pill indicator. Features animated transitions, dark mode support, and mobile-responsive design. Perfect for dashboard navigation, settings panels, and content organization with elegant hover effects and seamless tab switching.", |
| 4 | + keywords: [ |
| 5 | + "Tabs React", |
| 6 | + "Animated Tabs React", |
| 7 | + "Moving indicator tabs", |
| 8 | + "Vercel style tabs", |
| 9 | + "Sliding pill indicator", |
| 10 | + "Active tab background", |
| 11 | + "Tabs with animation", |
| 12 | + "React animated navigation", |
| 13 | + "tab highlight", |
| 14 | + "Smooth tab transition", |
| 15 | + "UI tabs component", |
| 16 | + "Hover/active tab animation", |
| 17 | + "Accessible tabs React", |
| 18 | + "Interactive tab switcher", |
| 19 | + "Modern tabs UI", |
| 20 | + "Dark mode tabs", |
| 21 | + "Tailwind CSS tabs", |
| 22 | + "Pill navigation", |
| 23 | + "Settings navigation tabs", |
| 24 | + "Content switcher component", |
| 25 | + ], |
| 26 | + authors: [{ name: "Numan", url: "https://numan-dev.web.app" }], |
| 27 | + creator: "@numan-dev", |
| 28 | + publisher: "Struct-UI", |
| 29 | + robots: { |
| 30 | + index: true, |
| 31 | + follow: true, |
| 32 | + googleBot: { |
| 33 | + index: true, |
| 34 | + follow: true, |
| 35 | + "max-video-preview": -1, |
| 36 | + "max-image-preview": "large", |
| 37 | + "max-snippet": -1 |
| 38 | + } |
| 39 | + }, |
| 40 | + category: "technology" |
4 | 41 | }; |
5 | 42 |
|
6 | | -## Component |
7 | | - |
8 | 43 | <ComponentCodePreview name='tabs' hasReTrigger isFitheight /> |
0 commit comments