Add Tabs component and LibraryPage with Overview, Components, and Hooks#7
Open
Linn-Devoteam wants to merge 7 commits intomainfrom
Open
Add Tabs component and LibraryPage with Overview, Components, and Hooks#7Linn-Devoteam wants to merge 7 commits intomainfrom
Linn-Devoteam wants to merge 7 commits intomainfrom
Conversation
JasminePRA
reviewed
Aug 25, 2025
src/pages/LiberyPage/index.tsx
Outdated
| @@ -0,0 +1,21 @@ | |||
| import { Typography as T } from '../../core/typography' | |||
Collaborator
There was a problem hiding this comment.
the name of the file is LiberyPage, should be LibraryPage
JasminePRA
reviewed
Aug 25, 2025
src/pages/LiberyPage/index.tsx
Outdated
| export default function LibraryPage() { | ||
| return ( | ||
| <> | ||
| <T.Heading3 style={{ margin: 20 }}> |
JasminePRA
reviewed
Aug 25, 2025
src/pages/LiberyPage/index.tsx
Outdated
| <T.Heading3 style={{ margin: 20 }}> | ||
| Welcome to React Vite Template | ||
| </T.Heading3> | ||
| <T.BodyBase style={{ margin: 20 }}> |
JasminePRA
reviewed
Aug 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This PR introduces a new Tabs component and restructures the app to include a LibraryPage that serves as the main entry point for exploring the component library.
Key changes:
How to test
Install and start the project:
npm installnpm run devOpen localhost
Check accessibility:
Verify design:
Type of Change
feature: New featurechore: Maintenance, dependency updates, or refactoringtest: Adding or improving testsbug: Bug fixdocs: Documentation updatesShortcut story
Related Issues
Testing Performed
Screenshots/Recordings
Checklist
Additional Notes