diff --git a/docs/Tabs.md b/docs/Tabs.md index 0d6cbfb..f55b9f7 100644 --- a/docs/Tabs.md +++ b/docs/Tabs.md @@ -2,6 +2,10 @@ ## 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;