Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Thanks for contributing! Follow these guidelines to keep the codebase consistent.



## Prerequisites

- Node.js 18+
Expand Down
2 changes: 2 additions & 0 deletions docs/Tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---
Expand Down
2 changes: 2 additions & 0 deletions src/data/mockApis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export type Review = {
verified: boolean;
};



export type APIItem = {
id: string;
name: string;
Expand Down