diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac19f9b..f5b687e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ Thanks for contributing! Follow these guidelines to keep the codebase consistent. + + ## Prerequisites - Node.js 18+ diff --git a/docs/Tabs.md b/docs/Tabs.md index 0d6cbfb..376dc86 100644 --- a/docs/Tabs.md +++ b/docs/Tabs.md @@ -2,6 +2,8 @@ ## Overview + + The `Tabs` component replaces the inline tab navigation in `ApiDetailPage` with a reusable, fully accessible tab strip featuring a **smooth sliding ink-bar indicator** that animates between tabs using CSS `transition` driven by DOM geometry measurements. No animation libraries required. --- diff --git a/src/data/mockApis.ts b/src/data/mockApis.ts index 959fc30..49a5330 100644 --- a/src/data/mockApis.ts +++ b/src/data/mockApis.ts @@ -7,6 +7,8 @@ export type Review = { verified: boolean; }; + + export type APIItem = { id: string; name: string;